摘要: 创建被调用的包 mkdir test cd test go mod init example.com/test cat test/test.go package test import "fmt" // func 定义函数 // Hello 函数名 // (name string) 可以接受一个字符 阅读全文
posted @ 2022-12-08 23:03 mingtian是吧 阅读(29) 评论(0) 推荐(0)