找不到原因求大神幫忙TAT代碼:#include <stdio.h>#include <stdlib.h>int main (void){char buf[1024];FILE *fp = popen("tasklist", "r");fgets(buf, sizeof(buf), fp);printf("%s", buf);return 0;}
- 2 回答
- 0 關注
- 223 瀏覽
添加回答
舉報
0/150
提交
取消