摘要: 开发环境: go1.18.3 记事本 先来看一下要编写的第一个hello,world Go程序 package main import "fmt" func main() { /* this is my first Go program*/ fmt.Println("hello,world") } 阅读全文
posted @ 2023-06-26 18:27 JackLovey3 阅读(18) 评论(0) 推荐(0)