摘要:
//js 屏蔽 window.document.oncontextmenu = function () { event.returnValue = false; }//屏蔽鼠标右键 window.document.onselectstart = function () { event.returnValue = false; }//屏蔽鼠标选择 window.window.onhelp = f... 阅读全文
posted @ 2017-09-06 11:06
高兴happy
阅读(1287)
评论(0)
推荐(0)
浙公网安备 33010602011771号