摘要: 参考文档: https://golang-tech-stack.com/post/4989 本文内容纲要: 普通的get请求 package main import ( "io/ioutil" "fmt" "net/http" ) func main() { res,_ :=http.Get("ht 阅读全文
posted @ 2022-06-08 09:38 HaimaBlog 阅读(241) 评论(0) 推荐(0) 编辑