1.使右鍵與複製失效
方法1:
在網頁中加入以下程式碼:
複製程式碼
程式碼如下:
document.oncontextmenu=new Function("event.returnValue=false");
document.onselectstart=new FunctionValue=false");
document.onselectstart=new FunctionValue("event .returnValue=false");
方法2:
在中加入以下程式碼:
或
實質上,方法2與方法1是一樣的。
方法3:
如果只限制複製,可以在加入以下程式碼:
複製程式碼
複製程式碼
程式碼如下: