加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 大数据 > 正文

Groovy – XmlSlurper – 将属性读入Map

发布时间:2020-12-14 16:30:10 所属栏目:大数据 来源:网络整理
导读:racebet amount="8.89" id="6852465" bettype="K" instance="1" type="csf" / 创建包含属性作为键和相应值的地图的最佳方法是什么? 谢谢. 解决方法 鉴于: def xml = 'racebet amount="8.89" id="6852465" bettype="K" instance="1" type="csf" /' 你可以简
<racebet amount="8.89" id="6852465" bettype="K" instance="1" type="csf" />

创建包含属性作为键和相应值的地图的最佳方法是什么?

谢谢.

解决方法

鉴于:

def xml = '<racebet amount="8.89" id="6852465" bettype="K" instance="1" type="csf" />'

你可以简单地做:

def attrmap = new XmlSlurper().parseText( xml ).attributes()

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读