JS让源代码看不到
<html>
<head>
<script>
function chei()
{
Source = document.body.firstChild.data;
document.open();
document.close();
document.title = " 看不到源代码 " ;
document.body.innerHTML = Source;
}
</script>
</head>
<body onload = chei()>
<marquee>看不到了吧 ---网站制作学习网</marquee>
</body>
</html>
<head>
<script>
function chei()
{
Source = document.body.firstChild.data;
document.open();
document.close();
document.title = " 看不到源代码 " ;
document.body.innerHTML = Source;
}
</script>
</head>
<body onload = chei()>
<marquee>看不到了吧 ---网站制作学习网</marquee>
</body>
</html>