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
阅读全文
摘要: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
阅读全文

浙公网安备 33010602011771号