后台:request.setAttribute("student", student);前端:${student.name};
先将值传入前台,然后通过el表达式获取
用request.getAttribute("radio").toString();试试!!
现在在resquest中设置值
类中的值还是对象中变量的值?