wait 函数 ####wait函数只是针对一个子进程情况,查看man手册wait用法:pid_t wait(int *status);参数是int*类型,返回值是pid_t类型;wait执行原理:1 ...
確定! 回上一頁