huruji / blog

红日初升,其道大光:sun_with_face::house_with_garden:请star或watch,不要fork
https://juejin.im/user/5894886f2f301e00693a3e49/posts
158 stars 11 forks source link

JS 中你可能不知道的 API #60

Open huruji opened 5 years ago

huruji commented 5 years ago

创建一个具有指定的命名空间URI和限定名称的元素:

document.createElementNS

https://developer.mozilla.org/zh-CN/docs/Web/API/Document/createElementNS

huruji commented 5 years ago

Node.appendChild 如果插入的节点已经存在于文档中,则会先删除这个节点,再插入

https://developer.mozilla.org/zh-CN/docs/Web/API/Node/appendChild