window.onload = function(){
document.oncontextmenu=new Function("return false");
document.onselectstart=new Function("return false");
}
简单html不能右击查看源代码
最新推荐文章于 2025-07-16 08:56:46 发布

window.onload = function(){
document.oncontextmenu=new Function("return false");
document.onselectstart=new Function("return false");
}