本文共 125 字,大约阅读时间需要 1 分钟。
package mainimport ( "fmt")func main() { fmt.Println("hello world")}
转载于:https://blog.51cto.com/zengfanhong/1888182