2009-09-10 111 views

回答

3

,你可能还需要包括尝试捕捉:

try { 
    Thread.sleep(20*1000); 
} catch(InterruptedException e) { } 
+3

应InterruptedException的,不是一般的所有异常 – 2009-09-10 19:34:54