回收子进程的两种方法
#include <stdio.h>#include <unistd.h>#include <sys/types.h>#include <stdlib.h>#include <pthread.h>#include <errno.h>#i