彻底隐藏你的HTML源代码

以下是代码片段:
<html>
<head>
<script>
function clear() {
Source=document.body.firstChild.data;
document.open();
document.close();
document.body.innerHTML=Source;
}
</script>
</head>

<body onload=clear()>
<!--
<div align=center>呵呵,现在试试能否看到我的源代码?
<br>www.X-Force.cn<br>
异次元の空间</div>
-->
</body>
</html>

 

From:http://www.x-force.cn/article.asp?id=121

版权声明:
作者:Kiyo
链接:https://www.wkiyo.cn/html/2008-01/i410.html
来源:Kiyo's space
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>