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

hellsam · · 679 次点击
<a href="/user/hsli" title="@hsli">@hsli</a> 可以编辑的吧! 有完整的吗
#4
更多评论
type Head struct { XMLName xml.Name `xml:&#34;head&#34;` Get string `xml:&#34;get,attr&#34;` Name string `xml:&#34;name&#34;` Age string `xml:&#34;age&#34;` Address struct { Add1 string `xml:&#34;add1&#34;` Add1 string `xml:&#34;add1&#34;` } xml.Name `xml:&#34;address&#34;` Type struct { Ziduan string `xml:&#34;ziduan,attr&#34;` Ziduan2 string `xml:&#34;ziduan2,attr&#34;` } xml.Name `xml:&#34;type&#34;` Program struct { Sing string `xml:&#34;Sing&#34;` Dance string `xml:&#34;dance&#34;` Art string `xml:&#34;Art&#34;` } xml.Name `xml:&#34;program&#34;` }
#1
shit, 竟然不能编辑,不能删除
#2