摘要: package main import ( "errors" "fmt" "github.com/atotto/clipboard" "github.com/lxn/walk" . "github.com/lxn/walk/declarative" "net" "net/http" "os" "os 阅读全文
posted @ 2020-09-12 21:32 lgf133 阅读(169) 评论(0) 推荐(0) 编辑
摘要: package main import ( "fmt" "github.com/axgle/mahonia" "os" "os/exec" "syscall" ) func main() { err:=os.Chdir("D:\\Desktop") if err != nil { panic(err 阅读全文
posted @ 2020-09-12 19:10 lgf133 阅读(318) 评论(0) 推荐(0) 编辑