08 2022 档案

摘要:go json文件的序列化和反序列化 package main import ( "encoding/json" "fmt" ) type v40 struct { V41 int V42 string } type jsonFile struct { V1 string V2 string V3 阅读全文
posted @ 2022-08-19 11:24 大长胡子 阅读(69) 评论(1) 推荐(0)
摘要:json_demo.go package main import ( "encoding/json" "fmt" "io/ioutil" "os" ) type v40 struct { V41 int V42 string } type jsonFile struct { V1 string V2 阅读全文
posted @ 2022-08-18 17:08 大长胡子 阅读(102) 评论(0) 推荐(0)