摘要: static boolean foo(char c) { System.out.println(c); return true; } public static void main(String[] args) { int i = 0; for (foo('a'); foo('b') && (i < 阅读全文
posted @ 2019-01-22 10:25 姜煜 阅读(2326) 评论(0) 推荐(0) 编辑