那个添加按钮是怎么将数据提交的
通过from 表单 把数据传到action(控制器)的addStudent方法中
<form name="addForm" action="<%=path%>/students/addStudent.action" method="post">