摘要: package main import ( "encoding/json" "fmt" "log" ) var json_data = []byte(` { "name" : "Golang", "say" : ["Hello", "World!"] } `) type Data struct { 阅读全文
posted @ 2021-04-13 22:46 搬砖__码农 阅读(3987) 评论(0) 推荐(0)