xml dom document与html dom document好像都是document,前者是xml文件的document, 后者是html的document.
xml的dom document的方法与属性较多,但是html的dom document方法与属性较少。
比如创建html元素的createelement就在xml的dom document中。
但是在html dom document的帮助文档中,并没有createelement。这是否是用错了,或者是html dom document是xml dom document的派生对象?