3.JS(14)

  • 节点操作
     // 创建节点: document.createElement("标签名") // 插入节点 somenode.appendChild(newnode)  &nb【3.JS】

    经验总结扩展阅读