在接收参数前,设置接收编码,和当前JSP页面编码保持一致,比如:request.setCharacterEncoding("utf-8")之后再 接收你要的参数request.getParameter("参数")