网页中有时候需要禁止点击右键,奉献一个最好的禁止右键点击的代码:将<body>标签加粗的部分加入到需要禁止右键的网页中即可!
<body oncontextmenu=”return false” ondragstart=”return false” onselectstart =”return false” onselect=”document.selection.empty()” oncopy=”document.selection.empty()” onbeforecopy=”return false”>

637

被折叠的 条评论
为什么被折叠?



