禁止右鍵,禁止另存為,禁止復(fù)制代碼
<body oncontextmenu=”window.event.returnValue=false” onselectstart=”return false” oncopy=”return false;” oncut=”return false;”>
Comments are closed.
禁止右鍵,禁止另存為,禁止復(fù)制代碼
<body oncontextmenu=”window.event.returnValue=false” onselectstart=”return false” oncopy=”return false;” oncut=”return false;”>
Comments are closed.