摘要: package main import ( "bytes" "encoding/json" "fmt" "io/ioutil" "net/http" ) type Payload struct { Name string `json:"name"` Age int `json:"age"` } fu 阅读全文
posted @ 2024-07-12 14:46 Jikefan 阅读(19) 评论(0) 推荐(0)