JS中Document节点总结
摘要:
document对象是documentHTML的一个实例,也是window对象的一个属性,因此可以将document对象作为一个全局对象来访问。 Document节点的子节点可以是DocumentType,Element,ProcessingInstruction或Comment。Processin 阅读全文
posted @ 2017-06-13 12:07 iwebkit 阅读(7369) 评论(0) 推荐(0) 编辑