日期:2014-05-16 浏览次数:20463 次
<html>
<head>
<script>
window.onload=function(){
var b=document.getElementsByTagName("body");
var d = document.createElement("div");
b.appendChild(d)
}
</script>
</head>
<body >
</body>
<html>