【html】:禁止鼠标事件

<body oncontextmenu="return false" onselectstart="return false" ondragstart="return false" onbeforecopy="return false" onmouseup=document.selection.empty() oncopy=document.selection.empty() onselect=document.selection.empty()>

上一篇:系统进程 zygote(一)—— 概述


下一篇:调用AJAX做登陆和注册