2021年10月4日
摘要: package main import ( "encoding/xml" "fmt" ) type person struct { Name string `xml:"name,attr"` Age int `xml:"年龄"` } func main() { p := person{Name: " 阅读全文
posted @ 2021-10-04 13:58 清明-心若淡定 阅读(73) 评论(0) 推荐(0) 编辑