golang windows下殺進程

c := exec.Command("taskkill.exe", "/f", "/im", "test.exe")
	err := c.Start()
相關文章
相關標籤/搜索