system();

函数名: system
功能 :发出一个DOS命令
用法 :int system(char *command);
备注 :system函数已经被收录在标准c库中,可以直接调用
用法例: