【发布时间】:2015-05-26 11:58:53
【问题描述】:
我正在尝试在extendscript 中解析一个xml 对象,尤其是处理属性。我知道我可以通过
访问xml属性xmlObj.@attributename
和
xmlObj.attributes()
返回所有属性的列表,但我还需要属性名称而不仅仅是值。反正有没有像关联数组/对象的名称和值?
(我为 Illustrator CS6 使用扩展脚本)
谢谢你, 阿诺
【问题讨论】:
标签: javascript xml attributes adobe-illustrator extendscript