The method getTextContent() is undefined for the type Node

痛定思痛。 2022-05-23 12:36 292阅读 0赞

eclipse 中 如果加入了 其他了xfire 等其他xml解析包的话,使用org.w3c.dom.Node下的getTextContent()方法会出现The method getTextContent() is undefined for the type Node 提示,解决方法如下:

project–>properties->java build path–>order and export 把JRE System 提升到顶部既可

发表评论

表情:
评论列表 (有 0 条评论,292人围观)

还没有评论,来说两句吧...

相关阅读