[LayaAirIDE 2.0]XmlDom类没有了?解析xml时,报错Property 'attributes' does not exist on type 'Node & ChildNode'.
XmlDom没有了吗?要用哪个类?
我只找到原生的XMLDocument,可是报错
Property 'attributes' does not exist on type 'Node & ChildNode'. 谁 遇到过?
我只找到原生的XMLDocument,可是报错
Property 'attributes' does not exist on type 'Node & ChildNode'. 谁 遇到过?
let local_config:XMLDocument = Laya.Utils.parseXMLFromString(source);
local_config.firstChild.childNodes[0].attributes.getNamedItem("tracekey").value
明明lib.d.ts里有attributes啊
没有找到相关结果
已邀请:
要回复问题请先登录
3 个回复
Aar0n
赞同来自:
zengjoeng
赞同来自:
zengjoeng
赞同来自:
xml不声明类型,编译不会报错,已切正常,声明了类型,就报错了,我实在是不知道这xml应该声明什么类型了。
Document也试了,XMLDocument也试了,都是一样要报错。
我希望代码里最好是没有无类型的变量,谁知道这个xml应该是什么类型?