网页设置不可复制 在HTML代码的<body>中加入下列代码: oncontextmenu="return false" onselectstart="return false" onselect="return false" oncopy="return false" 意思就是关闭右键菜单,禁止选择网页中的任何东西,禁止拷贝命令。 之所以说是初级方法,是因为,对方只要看你的源代码,再把上面的代码删除, 另存为之后再打开就可以拷贝了!