网页右键禁止

    技术2022-05-11  62

    <html> <head> <script language="JavaScript"> document.οncοntextmenu=new Function("event.returnValue=false;"); document.onselectstart=new Function("event.returnValue=false;"); </script> </head> <body> fgfg <textarea cols="100" rows="5"></textarea> </body> </html> 

    最新回复(0)