首页
Python
Java
IOS
Andorid
NodeJS
JavaScript
HTML5
【
go_json_learn
】的更多相关文章
go_json_learn
解析嵌套类型示例: func test3() { b := []byte(`{"Name":"tom","Age":20,"Email":"tom@gmail.com", "Parents" : ["tom", "kite"]}`) var f map[string]interface{} json.Unmarshal(b, &f) fmt…