Go Example--json
摘要:
```go package main import ( "encoding/json" "fmt" "os" ) type Response1 struct { Page int Fruits []string } type Response2 struct { Page int Fruits [] 阅读全文
posted @ 2018-10-31 20:31 漫步者01 阅读(113) 评论(0) 推荐(0) 编辑