摘要: package mainimport ( "encoding/json" "fmt" "log" "os")type YY struct { S string I float64}func main() { _=json.NewEncoder(os.Stdout).Encode(&YY{ S: "t 阅读全文
posted @ 2022-04-18 09:37 技术颜良 阅读(176) 评论(0) 推荐(0) 编辑