NULL 类

NULL 类

public class NULL {

    public static void haha(){
        System.out.println("haha");
    }
    public static void main(String[] args) {
        NULL.haha();
    }

}

点击查看结果

haha

猜你喜欢

转载自www.cnblogs.com/hglibin/p/10092205.html