我尝试使用document.getElementsByTagName()带有 body 标签的方法,但没有用。
var p = document.createElement("p");
var node = document.createTextNode("This is new");
p.appendChild(node);
var parent = document.getElementByTagName("body");
parent.appendChild(p);
为什么不返回结果,我哪里出错了?
当年话下
qq_花开花谢_0
白衣非少年
相关分类