如何用java采用GET方式向服务器发送参数
有没详细代码?
谢谢
------解决方案--------------------汗 这都要问?
<html:form action="/remindInfoAction.do?action=show" method="get">
method="get"JSP页面到服务器传送数据的方式为get
method="post"JSP页面到服务器传送数据的方式为post
------解决方案--------------------最简洁的<a href="../form1/login.jsp?user=sb&pwd=123">ddd</a>