摘要: 1. 写代码 //要求开发一个hello.go程序,可以输出hello,world package main import "fmt" func main(){ fmt.Println("hello world!") }1. go文件的后缀是.go2. pachage main表示该hello.go 阅读全文
posted @ 2020-11-03 22:38 10132714 阅读(188) 评论(0) 推荐(0) 编辑