#include<syswait.h> usleep(n) n微秒 Sleep(n) n毫秒 sleep(n) n秒 #include <unistd.h> unsigned int sleep(unsigned int seconds);