1.url中 ?后面的值 以及 ajax中data 中的值。在java中可以用 @RequestParam 获取或者用HttpServletRequest. getParameterMap() 获取 2.url中//中间的值在java中只能用@PathVariable获取