<form name="test" method="post" action="提交到的jsp">
<input type="hidden" name="postString" value="">
</form>
提交的时候,你把要传递的值放在test.postString.value里面,提交~~~
然后,request.getParameter("postString");就得到了