导航栏
摘要: get请求 直接传参数 http://localhost:8081/us/123 @RequestMapping("/us/{id}") @ResponseBody public String submitForm(@PathVariable(value = "id") String id) { S 阅读全文
posted @ 2020-12-11 14:25 RickZ 阅读(774) 评论(0) 推荐(0)