摘要: 如果for里面换成了函数结果会是怎么样呢?下面就来介绍一下 package praDemo; public class Test { public static boolean foo(char c) { System.out.println(c); return true; } public st 阅读全文
posted @ 2018-09-28 21:22 LegendQi 阅读(277) 评论(0) 推荐(0)