特牛网址导航

golang语言发送json格式的http请求_golang http json-CSDN博客

网友收藏
文章浏览阅读1.9w次,点赞6次,收藏15次。golang语言发送json格式的http请求1、发送普通的GET请求func testGet() {url := "https://baidu.com"req, err := http.NewRequest("GET", url, nil)client := &http.Client{}resp, err := client.Do(req)if err..._golang http json
标签:golang http json