golang隐藏/显示window系统下的黑色命令窗(hide/show console)
摘要:
导入包import "github.com/gonutz/ide/w32" //隐藏consolefunc HideConsole(){ ShowConsoleAsync(w32.SW_HIDE)}//显示consolefunc ShowConsole(){ ShowConsoleAsync(w32.SW_SHOW)}//func ShowConsoleAsync(command... 阅读全文
posted @ 2019-05-28 09:10 大树_ZY 阅读(2179) 评论(1) 推荐(2)
浙公网安备 33010602011771号