Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我怎样才能同步时间(秒,小时)。我有这个
int minuto = cal.get(Calendar.MINUTE); int day_Completed = 1440;
但我不知道我该怎么做。
我试着这样做
在循环运行时更改 pc 时间以查看 var minuto 是否更改。但不起作用。
一个日历实例静态地反映一个时刻。它不会自动更新,它的行为不像时钟。
如果你想与实际时间“同步”,那么你必须
Thread.sleep
System.currentTimMillis()