html页面如何让别人看不到页面源代码!

阻止查看网页源代码的方法:

<html>

<head>

[xss_clean]

functionclear(){

Source=document.body.firstChild.data;

document.open();

document.close();

document.title="无法查看源代码";

document.body[xss_clean]=Source;

}

[xss_clean]

</head>

<bodyοnlοad=clear()>

<!--

Judian.com它好像源码不允许查看!-->

</body>

</html>

高级信息

HTML页面中的SVG

SVG文件可以通过以下标签嵌入到HTML文档中:、<object>或