<html>
<head>
<title>让你的网页源代码不可见</title>
<script>
function clear(){
Source=document.body.firstChild.data;
document.open();
document.close();
document.title="没有源码";
document.body.innerHTML=Source;
}</script>
</head>
<body onload=clear()>
<!--
<marquee>很不错吧?让你的网页看不到源代码?</marquee>
-->
</body>
</html>

相关文章:

  • 2021-11-22
  • 2021-10-06
  • 2022-12-23
  • 2021-12-02
  • 2021-07-13
  • 2021-12-12
  • 2022-12-23
猜你喜欢
  • 2021-05-27
  • 2021-09-17
  • 2021-12-02
  • 2022-02-19
  • 2022-12-23
  • 2021-06-28
相关资源
相似解决方案