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