document对象与document.documentElemen对象等同吗?若不是,有何不同?该怎么处理
document对象与document.documentElemen对象等同吗?若不是,有何不同?
document对象与document.documentElemen对象等同吗?若不是,有何不同?
------解决方案--------------------
documentElement用于对xml的操作
读出的xml要通过documentElement才能解析成document
document是文档
------解决方案--------------------
xhtml dom:
document 文档对象
document.documentElement <html/> 元素(IE 5.5中是 <body/> 元素)
document对象与document.documentElemen对象等同吗?若不是,有何不同?
------解决方案--------------------
documentElement用于对xml的操作
读出的xml要通过documentElement才能解析成document
document是文档
------解决方案--------------------
xhtml dom:
document 文档对象
document.documentElement <html/> 元素(IE 5.5中是 <body/> 元素)