最贊回答 / 慕粉120314696
先編譯main.go 使用命令go build main.go? 生成main.exe?在使用命令 go build -o router_static 得到 router_static??最后使用 go build -o router_static && main.exe
2021-07-11