当前位置:首页 >> 网络编程

禁止拷贝网页内容的js代码

复制代码 代码如下:
<body oncontextmenu = "return false">
<body oncontextmenu = "return false" onselectstart = "return false">