摘要: springMVC controller的@RequestBody作对象映射 使用JSON库将 & 格式解析为 {} JSON格式即可:如下 var jsonData = {"userName": userName, "userPassword": userPassword}; data: JSON 阅读全文
posted @ 2020-10-17 13:17 咸鱼翻身 阅读(672) 评论(0) 推荐(0)