int execv(const char *path, char *const argv[]); ... execv() 和execl() 的用法基本是一样的,无非将列表传参,改为用指针数组。 #include.
確定! 回上一頁