jsp 页面之间的传参方法
我在第一个页面中查出数据库中的值,在第二个页面中我想用这些值,用什么方法可以实现变量值的传递呢?...
我在第一个页面中查出数据库中的值,在第二个页面中我想用这些值,用什么方法可以实现变量值的传递呢?
展开
展开全部
在form表单中携渣中做提交
<form name="myform" action="checklogon.jsp" method="post">
<input type="text" name="name"/>
</form>
或者使用a标记挂“?”;来传参。
<a href="showforother.jsp?currentNumber=<%=currentNumber %>"><img src="<%=basePath %>images/show.jpg" border="0" /></a>
都隐链是用request.getParameter("参数名")来卖悄接参。
<form name="myform" action="checklogon.jsp" method="post">
<input type="text" name="name"/>
</form>
或者使用a标记挂“?”;来传参。
<a href="showforother.jsp?currentNumber=<%=currentNumber %>"><img src="<%=basePath %>images/show.jpg" border="0" /></a>
都隐链是用request.getParameter("参数名")来卖悄接参。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询