我在href
传递变量,有些变量包含很多值。例如:手机的功能
jsp代码:
<%
out.println("<a href='itemdetails.jsp?features="+p.getFeatures() +"&price="+p.getPrice()+"&pname="+p.getPname()+"&img="+p.getImg()+"'><div style='display: inline-block; background: url("+p.getImg()+"); height: 200px; width: 200px;'></div></a>");
%>
这样url变得很长,有没有其他方法可以传递这些变量。使用session
?
答案 0 :(得分:0)
试试这个:
希望有所帮助,祝你好运。
请参阅此链接了解Textarea示例
http://www.w3schools.com/tags/tag_textarea.asp
请参阅此链接,了解如何在jsp中使用POST
http://www.java2s.com/Tutorial/Java/0360__JSP/Getsubmitbuttonvalue.htm
有关POST的更多信息,请参阅此链接:
http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_form_method_post