java从数据库中读取的数据怎样显示在jsp的网页当中
java从数据库中读取的数据怎样显示在jsp的网页当中
日期:2017-11-22 22:49:24 人气:1
我用的SSM框架 这是java类
@Controller
@RequestMapping("/studentController")
public class StudentController {
@Autowired
private StudentServices studentServices;
public StudentServices getStudentServices() {
return