当前位置:Gxlcms > JavaScript > 经典的解除许多网站无法复制文字的绝招

经典的解除许多网站无法复制文字的绝招

时间:2021-07-01 10:21:17 帮助过:13人阅读

经常碰到许多网站使用JS来对网页进行锁定,使用户无法拉选文字,无法复制. 这里介绍一个小方法,将下面这行代码复制到浏览器的地址栏。回车。哈哈
(转自X2BLOG)

代码如下:javascript:alert(document.onselectstart = document.oncontextmenu = document.onmousedown = document.onkeydown = function(){return true;}); 

人气教程排行