这是不要的
<body>这是一段测试文字,你可以点击一下右键测试:<br><br />
度量不给我发代码(感觉)
<a href="http://www.qq.com">网页代码站</a>- 代码</body>
<script>document.body.onselectstart=document.body.oncontextmenu=function(){return false}</script>
便捷的方式,可以通过Css禁用选取操作:<div unselectable="on" style="-moz-user-select:none-webkit-user-select:none" onselectstart="return false">
你选不了我,
unselectable: IE/Opera,
-moz-user-select: FireFox,
onselectstart: IE/Safari,
-webkit-user-select:Chrome
</div>