本文共 123 字,大约阅读时间需要 1 分钟。
package mainimport "fmt"func main() { fmt.Printf("Hello, world.\n")}
转载于:https://www.cnblogs.com/heidsoft/p/3847799.html