小鑫窝_2020
2018-02-24 10:08
按照老师的输入,millis:1000提示错
for (int i = 0; i < 100; i++) { System.out.println(new Date()); try { Thread.sleep(1000); } catch (Exception e) { } }
把millis删了就行
小鑫窝_20...
谢谢,试了一下,OK
2018-02-24 12:03:19
共 1 条回复 >
IntelliJ IDEA神器使用技巧
106942 学习 · 177 问题
相似问题
回答 1
回答 2