在页面 page1.jsp中链接到 page2.jsp?ap=3, 那在page2中怎么取ap这个值啊?要import什么类吗? 问题点数:20、回复次数:1Top
String ap = request.getParameter("ap");Top