//test.go package cfg import "fmt" func Test() { fmt. ... 也就是说如果用了go mod init app命令,代码引用本地模块就需是import “app/cfg”, ...
確定! 回上一頁