摘要: 1. StudenDaoListImpl.java与StudentDaoArrayImpl.java有何不同? StudenDaoListImpl用ArrayList来存放学生类对象,StudentDaoArrayImpl直接用学生类数组存放学生类对象。 2. StudentDao.java文件是干 阅读全文
posted @ 2020-10-25 18:24 长安某• 阅读(56) 评论(0) 推荐(0) 编辑