1.HTML如下
<body>
<h3>操作表格</h3>
<hr />
<br>
书名:<input type="text" id="bName">
作者:<input type="text" id="author">
数量:<input type="text" id="num">
<br>
<table border="1px" cellpadding="10px" cellspacing="0" id="ta">
<tr>
<td width="50px">
<input type=