实际开发中,经常要获取各种时间。下面汇总几个常用的时间接口:
1、clock_gettime#include <time.h>
/**
* @brief 根据系统时钟的类型,获取当前时间
*
* Detail
2023-05-07