意酬乌鹊2024

全文约103字 1分钟阅读

前言 2024年8月10日17:15:27


今天是七夕节,本来按照年初的设想,今天应该要写点东西的。

今天确实要写点东西,不知道写什么好了。写段代码吧

    public static void main(String[] args) {
        TcPerson person = null;
        person.setId(1);
        person.setNickName("girl friend");
        System.out.println(person.getRealName());
    }

但是它报错了

Exception in thread "main" java.lang.NullPointerException