网站模板源码空间主机设计梦想站

您的当前位置:网站首页 » 本站公告 » 正文—产品服务相关-图片价格表-明细价格表-综合价格表——源码论坛

禁止网页右键查看源代码和复制文字的HTML代码

来源:本站 发表:2025-05-20 点击:19

 将一下代码加入到网页<body>中

 
<body leftmargin=0 topmargin=0 oncontextmenu='return false' ondragstart='return false' onselectstart ='return false' onselect='document.selection.empty()' oncopy='document.selection.empty()' onbeforecopy='return false' onmouseup='document.selection.empty()'>
 
即可实现禁鼠标右键、文字选择和复制功能。