public class JavaContest {public static void main(String[] args) throws Exception {Thread.sleep(3000);System.out.println("alive");}} 查看完整描述