item字母问题

解决方法:复写toString方法

@Override
public String toString() {
return this.getBookTypeName();
}

将对象的toString方法换成了书名字符串

相关文章: