前面必须加上清除语句

版权声明: https://blog.csdn.net/eds124/article/details/85621821
document.writeln("a");
div= document.createElement("div");//创建一个div
div.style.backgroundColor="red";
div.style.width="600px";
div.style.height="800px";
div.style.backgroundColor="red";
document.body.appendChild(div);

猜你喜欢

转载自blog.csdn.net/eds124/article/details/85621821
今日推荐