int execv(const char *path, char *const argv[]); int execvp(const char *file, char *const argv[]);. 调用成功不会返回,调用失败返回-1; ...
確定! 回上一頁