<!doctypehtml>
<htmllang="en">
<head>
<metacharset="UTF-8">
<title>Document</title>
</head>
<body>
<div>
<inputtype="text">
<buttontype="button">搜索</button>
</div>
<table>
<tbodyid="cus">
<tr>
<td>zs</td>
<td>张三</td>
</tr>
<tr>
<td>ls</td>
<td>李四</td>
</tr>
</tbody>
</table>
</body>
</html>
------解决思路----------------------
前端一个form表单,将数据提交到后台,后台进入数据库查询结果,返回前端页面。。。
查询谷 - www.chaxungu.com
搜索表格里面的内容实现跳转,该怎么解决
编辑:chaxungu时间:2022-10-10 23:23:41分类:web开发
搜索表格里面的内容实现跳转