2016年6月16日

转-Spring 注解学习手札(七) 补遗——@ResponseBody,@RequestBody,@PathVariable

摘要: 转-http://snowolf.iteye.com/blog/1628861/ Spring 注解学习手札(七) 补遗——@ResponseBody,@RequestBody,@PathVariable 博客分类: Spring spring@ResponseBody@RequestBody@Pa 阅读全文

posted @ 2016-06-16 14:20 anruy 阅读(329) 评论(0) 推荐(0)

jsp 页面json数据提交到后台spring处理举例

摘要: 0 0 前台: 'type' : 'post', 'contentType' : 'application/json;charset=UTF-8', 'data' : JSON.stringify(JsonObject), 其中JsonObject就是你组装的JSON对象 后台: @RequestM 阅读全文

posted @ 2016-06-16 14:11 anruy 阅读(618) 评论(0) 推荐(0)

导航