usleep ()函数的功能是把调用该函数的线程挂起一段时间, 单位是微秒(microseconds:即百万分之一秒); 头文件: unistd.h 语法: void usleep(int micro_seconds); ...
確定! 回上一頁