该<chrono>库只处理时间,而不处理日期,除了system_clock可以将其时间点转换为time_t。 ... auto now = std::chrono::system_clock::now(); auto in_time_t ...
確定! 回上一頁