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