标签:
<html> <script type="text/javascript"> <!-- document.oncontextmenu=function(e){return false;} //--> </script> <style> body { -moz-user-select:none; } </style> <body> Web page contents are here. </body> </html>
标签:
原文地址:http://www.cnblogs.com/fxfly/p/4682875.html