该文被密码保护。 阅读全文
posted @ 2019-02-19 23:58 wangha 阅读(5) 评论(0) 推荐(0) 编辑
摘要: "go实现json数组嵌套" 引用包 “encoding/json" 定义以下结构体 go type person struct { Name string Sex string Age string } go type test struct { Class int Person []person 阅读全文
posted @ 2019-02-19 23:37 wangha 阅读(6587) 评论(0) 推荐(0) 编辑