<html>
<head>
<script language="javascript">
function clear(){
Source=document.body.firstChild.data;
document.open();
document.close();
document.title="看不到源代碼";
document.body.innerHTML=Source;
}
</script>
</head>
<body onload=clear()>
</body>
</html>
本文引用網址:http://blog.kidbook.com.tw/asaprogramer/article.asp?id=25
全站熱搜
留言列表