摘要: public class SwitchCase { public static void main(String[] args) { System.out.println(switchFun(4)); //运行结果:8 } public static int switchFun(int x){ int j = 1; ... 阅读全文
posted @ 2018-11-22 21:31 魔瞳 阅读(797) 评论(0) 推荐(0) 编辑