文艺八宝粥

文章
4
资源
0
加入时间
4年2月6天

system和popen的用法

1.system#include <stdlib.h>int system(const char *command);system() executes a command specified in command by calling /bin/sh -c command, and returns after the command has been completed. ...