元芳怎么了
<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>无标题文档</title></head><script type="text/javascript">function createDIV(){var div=document.createElement("div");//创建一个DIVdiv.innerHTML="this is a div";//设置div里面的内容document.body.appendChild(div); //主要加上这句,把新建的DIV加到页面上。}</script><body onload="createDIV()"></body></html>