标签:def spring 传递 col int springmvc pre request hit
@RequestMapping("/search")
public String searchItemList(String keyword,
@RequestParam(defaultValue="1") Integer page, Model model) throws Exception {
keyword = new String(keyword.getBytes("iso-8859-1"), "utf-8");
标签:def spring 传递 col int springmvc pre request hit
原文地址:https://www.cnblogs.com/fengnan/p/9424815.html