异常提示:
For input string: "show"
异常原因:
使用@PathVariable方式获取值,返回类型为String
return "redirect:show.do";
解决办法:
不要使用@PathVariable方式传值