gpt4 book ai didi

java - 如何更改计时器格式

转载 作者:行者123 更新时间:2023-11-29 07:23:14 26 4
gpt4 key购买 nike

我创建了计时器。如何将计时器格式更改为 second 以便它不会是长数字?谢谢

private long startTime  = System.currentTimeMillis();
Timer timer = new Timer(1000, this);
timer.start();

timer.stop();
long endTime = System.currentTimeMillis();
long timeInMilliseconds = (endTime - startTime);

最佳答案

从毫秒除以 1000 秒。

关于java - 如何更改计时器格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/671313/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com