文章分类 -  go

摘要:使用http.Post方法,三个参数,第三个参数body类型io.Reader。 strings.NewReader() 字节 func main() { cists := []string{"北京","武汉"} for _, c := range cists { c_name := fmt.Spr 阅读全文
posted @ 2022-06-22 17:37 WH迪诺 阅读(857) 评论(0) 推荐(0)