摘要: 序列化 package main import ( "encoding/json" "fmt" ) type User struct { Name string `json:"用户名"`//反射机制 Age int `json:"年龄"` Sex string `json:"性别"` } func 阅读全文
posted @ 2021-11-06 10:51 ☞@_@ 阅读(85) 评论(0) 推荐(0) 编辑