摘要:
https://www.runoob.com/xml/xml-technologies.html XHTML (可扩展 HTML)更严格更纯净的基于 XML 的 HTML 版本。 XML DOM (XML 文档对象模型)访问和操作 XML 的标准文档模型。 XSL (可扩展样式表语言) XSL 包含 阅读全文
posted @ 2022-10-09 15:34
奥兰王子
阅读(43)
评论(0)
推荐(0)
摘要:
var xt = "", h3OK = 1 function checkErrorXML(x) { xt = "" h3OK = 1 checkXML(x) } function checkXML(n) { var l, i, nam nam = n.nodeName if (nam == "h3" 阅读全文
posted @ 2022-10-09 11:22
奥兰王子
阅读(66)
评论(0)
推荐(0)