怎么杀掉进程"studentmain.exe"
#include<windows.h> int main() { system("taskkill -im studentmain.exe -f"); return 0; }
不知道行不行
我们电脑是win7的
有没有大佬提出更稳妥的方法?