long getCurrentTime() { milliseconds ms = duration_cast<milliseconds>(system_clock::now().time_since_epoch()); return ms.count(); }.
確定! 回上一頁