element.appendChild(textNode);
document.body.appendChild(element);
这两句分别起什么作用,有什么区别,不是很明白,求帮助
是为element节点(你自己通过id,或者其他方法定位到的节点)添加文本子节点
是为body节点添加子节点