jsp传参问题:
form表单用getAttribute(""),request和session都可以。
超链接传参用.getParameter(arg0)。
除了form表单和超链接外,可以直接用request和session的set方法传参。