阅:7 | 回:0 | 禁止网页右键查看源代码和复制文字的HTML代码 |
鱼鱼 | 发表于 2024-12-23 9:58:58 |
![]()
|
禁止网页右键查看源代码和复制文字的HTML代码 将一下代码加入到网页<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()'> 即可实现禁鼠标右键、文字选择和复制功能。 以萌养阵,方可长命百岁。 ![]() |