用CTime类得到当前日期、时间、星期,并格式化输出 ① 定义一个CTime类对象 CTime time; ② 得到当前时间 time = CTime::GetCurrentTime(); ③ GetYear( ),GetMonth( ), GetDay( ), GetHour( ), GetMinute( ), GetSecond( ), GetDayOfWeek( ) 返回整型(int)对应项目 ④ 将当前时间格式化 CString date =...
关于time库的描述,以下选项中错误的是Atime库提供获取系统时间并格式化输出功能Btime.sleep(s)的作用是休眠s秒Ctime.perf_counter()