2020年7月10日
摘要: 与url请求路径中的占位符对应@RequestMapping(value = "/{id}") public Object test(@PathVariable String id, HttpServletRequest request, HttpServletResponse response) 阅读全文
posted @ 2020-07-10 18:32 xiaxiaoxin 阅读(72) 评论(0) 推荐(0)