运行后提示“Exception in thread "main" java.lang.NullPointerException”
空指针异常指向的对象是null 可以debug 查看
字面的意思是main方法出现了空指针异常
你应该把代码都粘出来!