system函数的用法: 需要包含头文件#include 这个函数跟他的参数没有任何关系,他的参数是字符串 int system( const char *command ); int _wsystem( const wchar_t *command ); command: Command to be executed 可以用来执行指定路径下的可执行