摘要:
注意:此文只针对Eclipse Java EE IDE for Web Developers版本,此版本是针对J2EE开发版本 Tomcat下载地址:http://tomcat.apache.org/download-70.cgi 下载对应系统的zip文件(Windows系统),然后解压到磁盘,我 阅读全文
摘要:
Scanner input = new Scanner(System.in); outer: while (true) { System.out.println("您是要查询年份1,举办地2,还是冠军国3,退出请输入0:"); int num = input.nextInt(); switch (num) {... 阅读全文