禁止查看源代码

<html>
<head>
<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>

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