1、下载golang安装包:
下载地址:https://golang.google.cn/dl/
2、安装Eclipse 下载 插件
3、配置 Go 的编译器
4、写代码.
package mainimport ( "fmt")func main(){ fmt.Println("用GO来爬图片试试!!!")}
本文共 212 字,大约阅读时间需要 1 分钟。
1、下载golang安装包:
下载地址:https://golang.google.cn/dl/
2、安装Eclipse 下载 插件
3、配置 Go 的编译器
4、写代码.
package mainimport ( "fmt")func main(){ fmt.Println("用GO来爬图片试试!!!")}
转载于:https://www.cnblogs.com/liangblog/p/10330606.html