摘要: 转自 你需要知道的那些go语言json技巧 基本的序列化 首先我们来看一下Go语言中json.Marshal()(系列化)与json.Unmarshal(反序列化)的基本用法。 type Person struct { Name string Age int64 Weight float64 } f 阅读全文
posted @ 2020-08-26 13:50 Binb 阅读(174) 评论(0) 推荐(0)