JavaScript基本语法
JavaScript基本语法document方法:getElementById(id)Node返回指定结点的引用getElementsByTagName(name)NodeList返回文档中所有匹配的元素的集合createElement(name)NodeNodecreateTextNode(text)Node创建一个纯文本结点ownerDocumentDocument指向这个节点所属的文档
JavaScript基本语法document方法:getElementById(id)Node返回指定结点的引用getElementsByTagName(name)NodeList返回文档中所有匹配的元素的集合createElement(name)NodeNodecreateTextNode(text)Node创建一个纯文本结点ownerDocumentDocument指向这个节点所属的文档