导航

2013年3月9日

摘要: 下面是找的几个例子: 例子1:获得百度首页的html源文件: package main import( "fmt" "io/ioutil" "net/http" ) func main(){ response,_:=http.Get("http://www.baidu.com") defer response.Body.Close() ... 阅读全文

posted @ 2013-03-09 20:31 蝈蝈俊 阅读(4613) 评论(0) 推荐(0) 编辑