摘要: 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 @ 2021-12-28 10:40 奥特曼阿文 阅读(286) 评论(0) 推荐(0)