Go小爬蟲

package main import ( "fmt" "io/ioutil" "net/http" ) func main() { //一、http.get獲取 v,err :=http.Get("http://4399.com/") if err!=nil{ fmt.Println(err) //錯誤信息 } //二、關閉 defer v.Body.Close(
相關文章
相關標籤/搜索