探索Golang:open-golang库的实用指南
发表时间: 2023-02-09 14:57
地址:
https://github.com/skratchdot/open-golang
示例:
open.Run("https://www.toutiao.com/")open.Start("https://www.toutiao.com/")err := open.Run("https://www.toutiao.com/")open.RunWith("https://www.toutiao.com/", "firefox")