Java 中的陷阱题 1、找奇数: public static boolean isOdd(int i){ return i % 2 == 1; } ... 方耀宇转载 4年前 (2017-04-01) 1632℃ 0评论 0喜欢