2021年2月9日
摘要: package main import ( "bufio" "fmt" "io" "log" "os" "os/exec" // "strings" ) func checkExe2(exeAdress string) { cmd := exec.Command("cmd.exe", "/c", " 阅读全文
posted @ 2021-02-09 09:09 清明-心若淡定 阅读(2054) 评论(0) 推荐(0) 编辑