Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有 JavaScript DOM API 来获取节点或节点集的当前样式信息(选择器及其关联的 CSS 规则、宽度和高度属性、样式属性等)并将它们保存到 XML 文档或类似文件中?
我想做自动比较测试。
谢谢你的帮助。
使用以下方法之一:
XMLSerializer
萨里萨
e4x.js
数据URI