给定以下 XML,我如何使用 Groovy 的 XmlSlurper 获取状态值:
<response status="success">
<child>
<age>21</age>
<name>Jane McCoy</name>
</child>
</response>
给定以下 XML,我如何使用 Groovy 的 XmlSlurper 获取状态值:
<response status="success">
<child>
<age>21</age>
<name>Jane McCoy</name>
</child>
</response>