问下 怎么样生成这样一个复杂的xml文件呢,

hellsam · · 674 次点击
shit,好不容易回答问题,积分不增反减,奇葩设计。
#3
更多评论
type Head struct { XMLName xml.Name `xml:"head"` Get string `xml:"get,attr"` Name string `xml:"name"` Age string `xml:"age"` Address struct { Add1 string `xml:"add1"` Add1 string `xml:"add1"` } xml.Name `xml:"address"` Type struct { Ziduan string `xml:"ziduan,attr"` Ziduan2 string `xml:"ziduan2,attr"` } xml.Name `xml:"type"` Program struct { Sing string `xml:"Sing"` Dance string `xml:"dance"` Art string `xml:"Art"` } xml.Name `xml:"program"` }
#1
shit, 竟然不能编辑,不能删除
#2