摘要: package main // 函数外只能放置标识符和关键字() import "fmt" func main() { fmt.Println("hello world") } 阅读全文
posted @ 2022-03-13 17:00 明月寄相思 阅读(32) 评论(0) 推荐(0)