我能为一个for循环计时吗?

时间:2017-02-19 14:35:22

标签: java loops for-loop

有没有办法在我的for(;;)循环中放置某种计时器?我希望我的循环每隔1或2秒运行一次。我该怎么做?

public static void main(String[] args) {
    for(;;){
        System.out.println("Test");
    }

}

0 个答案:

没有答案