golang結構體與json格式串

package main import ( "encoding/json" "fmt" ) type IT struct { //一定要注意這裏的成員變量的名字首字母必須是大寫 Company string Subjects []string Isok bool Price float64 } func main() { s := IT{"zyg", []string{"go"
相關文章
相關標籤/搜索