随笔分类 -  前端 / JSON

摘要:1.使用fastJson 2.controller层 @PostMapping("") @ResponseBody public BaseResponse jsonFunction(@RequestBody String jsonData){ BaseResponse baseResponse = 阅读全文
posted @ 2023-02-21 00:12 lwx_R 阅读(19) 评论(0) 推荐(0) 编辑
摘要:使用fastJson <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <version>1.2.28</version> </dependency> 1.get json数据 @Overrid 阅读全文
posted @ 2022-11-26 14:00 lwx_R 阅读(285) 评论(0) 推荐(0) 编辑
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <script > // JSON用途和web服务器进行数据传输 // 数据类型不能为函数 日期 undefined var tex 阅读全文
posted @ 2022-03-24 19:17 lwx_R 阅读(12) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示