第二期學習總結

一、json Unmarshal struct中若是變量首字母是小寫的,那麼unmarshal後的值都是空的,因此struct的變量首字母必須大寫。html package main import ( "encoding/json" "fmt" ) type data struct { Age int `json:"age"` Name string
相關文章
相關標籤/搜索