js如何在页面禁止右击

js如何在页面禁止右击

在THML页面代码添加以下代码就可以&ltscript language="javascript"&gt*document.oncontextmenu=Youji* 为当前文档添加鼠标右击事件,防
JavaScript60