c := exec.Command("taskkill.exe", "/f", "/im", "test.exe")
err := c.Start()
转载于:https://my.oschina.net/u/1431106/blog/188634
c := exec.Command("taskkill.exe", "/f", "/im", "test.exe")
err := c.Start()
转载于:https://my.oschina.net/u/1431106/blog/188634
759

被折叠的 条评论
为什么被折叠?