摘要: package main import ( "io/ioutil" "fmt" "net/http" "encoding/json" ) type Eth struct { Status int Data Ticker } type Ticker struct { Ticker []float64 Seq int } func main() { httpGet() } fun... 阅读全文
posted @ 2018-12-18 16:24 西瓜霜 阅读(4415) 评论(0) 推荐(0) 编辑