c语言调用Linux的命令--颇有效果

system(" ");php  popenlinux exec 系列 execl等等相似的函数均可以执行任何shell下的命令。shell #include  int main(){ system("ls -l"); return 1; } 或者 int execl(const char *path, const char *arg, ...); int execlp(const char *f
相关文章
相关标签/搜索