无法查看源代码

<html>
<head>
<script>
function clear() {
Source=document.body.firstChild.data;
document.open();
document.close();
document.body.innerHTML=Source;
}
</script>
</head>

<body onload=clear()>
现在在里面填充代码 你会发现无法查看到源代码 
</body>
</html>

你可能感兴趣的:(源代码)