#include <stdlib.h>
int main(void) { printf("%s",system("taskkill /pid 1305")); }
这个程序其它的命令都能执行`` 像关机` TASKLIST`` DIR`
但为什么`结束不了进程 `??