JSP中四种传递参数的方法

1、form表单

2、request.setAttribute();和request.getAttribute();

3、超链接:<a herf="index.jsp"?a=a&b=b&c=c>name</a>

4、<jsp:param>

原文地址:https://www.cnblogs.com/huaxingtianxia/p/6582405.html