51,408
社区成员
发帖
与我相关
我的任务
分享 for(; ;){
System.out.println("working"+new Date(System.currentTimeMillis()).toLocaleString());
try {
Thread.sleep(10000);
} catch (InterruptedException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}