public class TestBooleanNull { public static void main(String[] args) { if (test()) { System.out.println("1232"); } } /** * java.lang.Boolean是对象,可以 ...
確定! 回上一頁