appendChild(p); //将段落节点添加到box的子节点列表后面; }; function insertNode(){//插入节点; var h2 = document.createElement("h2"); // 创建一个H2元素节点 ...
確定! 回上一頁