摘要: 1.switch jdk7以后可以支持String类型 2.反编译 3.按9.for 1 for (int i = 0; i < 9; i++) { 2 3 } 4.增强for循环 int[] arr = {1,2,3,4,5}; for (int x : arr){ System.out.prin 阅读全文
posted @ 2021-04-21 14:00 Theyan 阅读(34) 评论(0) 推荐(0)