<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>
posted on 2006-08-01 14:08
kelven 阅读(333)
评论(0) 编辑 收藏 所属分类:
HTML