UNIX/LINUX下如何取得精确到“毫秒级”的系统时间? 问题点数:34、回复次数:1Top
#include <sys/time.h> int gettimeofday(struct timeval *tv, struct timezone *tz);Top