windows golang open browser 三月 24, 2017 func startServer() { c := exec.Command("cmd", "/C", "start", "iexplore", "http://localhost:8080") c.Run() } CMD: start iexplore http://localhost:8080 阅读全文