<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>bootstrap</title>
<script src="jquery-2.1.1.min.js"></script>
<script src="https://unpkg.com/vue/dist/vue.js"></script>
</head>
<body>
<form align="center">
姓名:<input type="text" id="name"/>
班级:<input type="text" id="clazz"/>
学号:<input type="text" id="shcool"/>
性别:<select id="sex">
<option>男</option>
<option>女</option>
</select>
<input type="button" id="save" value="保存">
<input type="button" id="allEdit" value="确认修改">
<input type="hidden" id="yincang">
<br>
<br>
<table border="1px solid black" cellspacing="0px" align="center" cellpadding="15px"&g