摘要: 2、运用反射查看变量数据类型 3、json字符串转json对象然后转集合+类型断言访问 a、字符串直接解析 1 package main 2 3 import ( 4 "fmt" 5 "encoding/json" 6 "reflect" 7 ) 8 9 func main(){ 10 newPos 阅读全文
posted @ 2019-12-20 16:06 许伟强 阅读(394) 评论(0) 推荐(0)