javascript实现的不能在窗口点击右键和选择文本的代码:
<body oncontextmenu="return false" onselectstart="return false"> ppppp <input type="button" value="提交" onclick="test(this)" > </body>
CopyRight © 2010-2021 脚本学堂 Jb200.com , All Rights Reserved.