@ResponseBody
摘要:
@RequestMapping("/login") @ResponseBody public User login(User user){ return user; } User字段:userName pwd 那么在前台接收到的数据为:'{"userName":"xxx","pwd":"xxx"}' 阅读全文
posted @ 2021-12-01 17:27 cn2025 阅读(56) 评论(0) 推荐(0)