在jsp页面中我想显示把一列都设置成"删除"的链接,删除以id为主键的一条数据.
<td><a href="del.jsp?id=<%=rs.getInt(1)%>">删除</a></td>
这样对吗?
为什么加入这条语句就提示  No data found.