新增功能的实现
3. 学生信息新增的实现 a. 编写 HTML 网页 首先在现有的 student_list.html 网页中新加一个新增的按钮 并编写该按钮所对应的点击的方法,该方法是跳到新增网页上去 值得注意的是: 此处跳转绑定了一个返回路径,便于返回 b. 新建一个增加的网页,网页名就是 student_edit.html. 该网页 head 部分同样,用于导包 该网页是 body 部分内容则是一个 form 表单 < body class= "easyui-layout" > < div data-options= "region:'center',title:'更新学生信息',collapsible:false" style= " height :66 px" > < div class= "datagrid-toolbar" style= " height : 25 px ; padding : 5 px ; " > < a href= "#" class= "easyui-linkbutton" class= "btnBack" onClick= " back () " data-options= "iconCls:'icon-back'" >返回</ a > < a href= "#" class= "easyui-linkbutton" class= "btnSave"