摘要: 直接把结构体编码成json数据package main import ( "encoding/json" "fmt" _ "os" ) type Address struct { Type string City string Country string } type Card struct { Name string Age... 阅读全文
posted @ 2017-01-18 16:40 gaoxw0511 阅读(1808) 评论(0) 推荐(0) 编辑