data := make(map[string]interface{}) data["site"] = "www.baidu.com" data["name"] = "tom" bytesData, _ := json.Marshal(data) resp, _ := http.Post("http://httpbin.org/post", "application/json", bytes.NewReader(bytesData)) body, _ := ioutil.ReadAll(resp.Body) fmt.Println(...
www.dbjr.com.cn/jiaoben/293230y...htm 2025-6-8