文章分类 -  go

摘要:前提是安装好go环境 package mainimport ( "fmt") func main() { fmt.Println("Hello World!") } 将上面的程序保存成 helloworld.go,然后在命令行中执行: go run helloworld.go增加图标: new:ma 阅读全文
posted @ 2019-07-08 12:14 小红心复活 阅读(526) 评论(0) 推荐(0)