为了账号安全,请及时绑定邮箱和手机立即绑定

在解组此xml时遇到麻烦

在解组此xml时遇到麻烦

Go
森栏 2021-05-17 21:22:29
试图了解如何在Go中解组XML。通读多个示例和stackoverflow问题。我想要的是一个切片,其中包含系统上安装的所有修补程序。我什至无法解开补丁,没有错误,只是一片空白。可能做的事情基本上是错误的,在此先感谢您的任何建议。<probe version="1.3" date="2012-03-26:17:10">     <properties>     </properties>     <patches group="server">        <file name="5002012-02-09CR00000server.jar"/>        <file name="5002012-02-17CR00001server.jar"/>     </patches>     <patches group="client">        <file name="5002012-02-09CR00000client.jar"/>        <file name="5002012-02-17CR00001client.jar"/>     </patches></probe>type Patch struct {    group string `xml:"group,attr"`}type Probe struct {    XMLName xml.Name `xml"probe"`    Patches []Patch `xml:"patches"`}
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 182 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信