public String[] getMajor() { return major; } public void setMajor(String[] major) { this.major = major; }
知道原因了,汗。。初始化的时候没有new导致的。