我在将通过 XMLSlurper 解析的 XML 文件呈现为 XML 变量时遇到问题。下面是我的代码。
def userFile = new File("test.xml") def xml= new XmlSlurper().parse(userFile)
渲染 xml
问题是我看不到 xml 被渲染到我的 flex 应用程序中。
我在将通过 XMLSlurper 解析的 XML 文件呈现为 XML 变量时遇到问题。下面是我的代码。
def userFile = new File("test.xml") def xml= new XmlSlurper().parse(userFile)
渲染 xml
问题是我看不到 xml 被渲染到我的 flex 应用程序中。