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
相關文章
相關標籤/搜索