加载中
Golang在package main包下的中函数互相调用

main.go: package main import "fmt" func main() { NewCom(); fmt.Print("hello") } server.go: package main import "fmt" func NewCom() { fmt.Print("NewCom") } 在main.go调用server.go...

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部