我想打开一个网络浏览器:
c, err := exec.Command("http://localhost:4001").Output()
if err != nil {
fmt.Printf("ERROR: %v, %v\n",err,c)
} else {
fmt.Printf("OK:%v\n",c)
}
我得到了错误
ERROR: exec: "http://localhost:4001": file does not exist
编辑:当您执行以下操作时,我要实现的功能与Windows和C#中的功能相同:
Process.Start("http://localhost:4001")
有了它,您的默认浏览器的新实例将启动,显示URL
慕勒3428872
回首忆惘然
慕姐8265434
相关分类