time_point 表示一个时间点,通过 time_since_epoch() 函数就可以得到该时间点到时钟原点的时间间隔。 #include <iostream> #include <chrono> using namespace ...
確定! 回上一頁