java流程控制
摘要:
package frank;public class App{ public static void main(String[] args) { String s = "一"; switch(s) { case "一": { System.out.println("今天星期一"); break; } default: { System.out.println("火星人!"); } } Boolean b = true; while(b) { System.out.println("while语句!&quo 阅读全文
posted @ 2013-07-13 11:42 wp456 阅读(163) 评论(0) 推荐(0)
浙公网安备 33010602011771号