1、获取请求(HttpServletRequest)中的参数,且要求必须有这个参数
String mobile = ServletRequestUtils.getRequiredStringParameter(request, "mobile");