摘要: 检查是否重复引用 阅读全文
posted @ 2020-03-13 20:52 Binb 阅读(327) 评论(0) 推荐(0) 编辑
摘要: package main // 打开系统默认浏览器 import ( "fmt" "os/exec" "runtime" "time" ) // 不同平台启动指令不同 var commands = map[string]string{ "windows": "explorer", "darwin": 阅读全文
posted @ 2020-03-13 16:42 Binb 阅读(773) 评论(0) 推荐(0) 编辑