namespaceURI


document.documentElement.namespaceURI;

返回 http://www.w3.org/1999/xhtml


定义和用法

namespaceURI 属性返回指定节点的命名空间的 URI。

注释:元素节点继承其父节点的命名空间,因此,XHTML 文档中的所有元素都拥有 namespaceURI "http://www.w3.org/1999/xhtml"。