[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'. 谁 遇到过?
let local_config:XMLDocument = Laya.Utils.parseXMLFromString(source);
local_config.firstChild.childNodes[0].attributes.getNamedItem("tracekey").value





明明lib.d.ts里有attributes啊






已邀请:

Aar0n

赞同来自:

http://ask.layabox.com/question/10252 看这个能否解决

zengjoeng

赞同来自:

提交了一个例子,请帮忙看一下,2.0的

zengjoeng

赞同来自:

发现问题所在了
let xml = Laya.Utils.parseXMLFromString(xmlStr);

xml不声明类型,编译不会报错,已切正常,声明了类型,就报错了,我实在是不知道这xml应该声明什么类型了。
Document也试了,XMLDocument也试了,都是一样要报错。
我希望代码里最好是没有无类型的变量,谁知道这个xml应该是什么类型?

要回复问题请先

商务合作
商务合作