我想在拦截的方法里面得到从前台传入的参数,怎么得到?

答案解析

用@RequestParam、@PathVariable、或直接读取HttpServletRequest的getParameter方法。