摘要:
int w = 2; String s = "10"; switch (s)// { case "0": System.out.println("今天是星期日"); break;// 中断 ... 阅读全文
摘要:
boolean luoji = true & true; System.out.println(" true && true ="+ luoji); luoji = true & false ; System.out.println(" true &&... 阅读全文