system()函数 C语言的system()函数详解 #include <stdlib> /* Execute the given line as a shell command. This function is a cancellation point and therefore not marked with __THROW. */ extern int system (const char *__command) __wur; system