type response2 struct { Page int `json:"page"` Fruits []string `json:"fruits"` }. func main() {. First we'll look at encoding basic data types to JSON ...
確定! 回上一頁