我 | 在这里
🕵️ 读书 | 长沙 ⭐软件工程 ⭐ 本科
🏠 工作 | 广州 ⭐ Java 全栈开发(软件工程师)
🎃 爱好 | 研究技术、旅游、阅读、运动、喜欢流行歌曲
🏷️ 标签 | 男 自律狂人 目标明确 责任心强
✈️公众号 | 热爱技术的小郑
🚀 邮箱 | 2977429967@qq.com
✈️ GitHub项目仓库 开源项目 + 实战Demo
为何而写?
🍍 好记性不如烂笔头,记录学习的相关知识 、项目 BUG 解决
🍇 复盘总结,加深记忆,方便自己查看
🍑 分享知识,咱就是这么乐于助人、专注填坑20年、哈哈哈哈
目标描述
🏆 没有伞的孩子、只能用力奔跑。向着架构师的方向努力、做一个有始有终的人。
前言
这个问题很简单,你打印的是 json 对象。一般后端返回接口数据给前端。返回的是json对象、通过对象的方式,前端取数据容易。如果你不做转换就打印这个数据。打印出来的就是这种。要想看到字符串也很简单 使用JSON.stringify(json对象)
就可以转换成为 字符串JSON 可以看到里边的数据。
实际案例
axios.get("/orderInfo/page?pageNum=" + pageNum).then(res => {if (res.data.code === '0') {console.error("接口订单返回数据: " +JSON.stringify(res.data.data.list))} else {msg('error', res.data.msg);}});
返回的数据
内容有点多,你用json标准化工具转换一下就又可以看到比较规范的json 数据。
例如
接口订单返回数据:
[{“id”:1,“orderId”:“111111”,“totalPrice”:480,“userId”:1,“level”:1,“linkAddress”:“安徽省合肥市高新区”,“linkPhone”:“18812337865”,“linkMan”:“admin”,“jihuoAddress”:“上海市浦东新区”,“jihuoPhone”:“18888888888”,“jihuoMan”:“管理员”,“createTime”:“2022-02-18
13:10:44”,“status”:“完成”,“userInfo”:{“id”:1,“name”:“admin”,“password”:“e10adc3949ba59abbe56e057f20f883e”,“level”:1,“sex”:“男”,“newPassword”:null,“address”:“上海市”,“nickName”:“管理员”,“phone”:“18843232356”,“account”:818.57,“age”:22,“birthday”:“2020-11-18
13:10:44”,“code”:“111”,“email”:“aa@163.com”,“cardId”:“342425199001116372”},“goodsList”:[{“id”:1,“name”:“SK-II”,“description”:“这是最好用的SK-II”,“fileIds”:“[47]”,“price”:1900,“count”:30,“sales”:30,“hot”:320,“typeId”:1,“userId”:1,“level”:1,“discount”:0.8,“recommend”:“否”,“typeName”:“SK-II”,“userName”:“admin”,“fileList”:null,“commentStatus”:null,“fileId”:“[47]”}]},{“id”:5,“orderId”:“12020111816041687”,“totalPrice”:898.2,“userId”:1,“level”:1,“linkAddress”:“上海市”,“linkPhone”:“18843232356”,“linkMan”:“管理员”,“jihuoAddress”:“上海市浦东新区”,“jihuoPhone”:“18888888888”,“jihuoMan”:“管理员”,“createTime”:“2022-02-18
13:10:44”,“status”:“完成”,“userInfo”:{“id”:1,“name”:“admin”,“password”:“e10adc3949ba59abbe56e057f20f883e”,“level”:1,“sex”:“男”,“newPassword”:null,“address”:“上海市”,“nickName”:“管理员”,“phone”:“18843232356”,“account”:818.57,“age”:22,“birthday”:“2020-11-18
13:10:44”,“code”:“111”,“email”:“aa@163.com”,“cardId”:“342425199001116372”},“goodsList”:[{“id”:6,“name”:“资生堂护肤液”,“description”:“这是资生堂护肤液”,“fileIds”:“[33]”,“price”:299,“count”:2,“sales”:3,“hot”:0,“typeId”:2,“userId”:1,“level”:1,“discount”:0.9,“recommend”:“是”,“typeName”:“资生堂”,“userName”:“admin”,“fileList”:null,“commentStatus”:null,“fileId”:“[33]”}]},{“id”:6,“orderId”:“12020111816075091”,“totalPrice”:159.2,“userId”:1,“level”:1,“linkAddress”:“上海市”,“linkPhone”:“18843232356”,“linkMan”:“管理员”,“jihuoAddress”:“上海市浦东新区”,“jihuoPhone”:“18888888888”,“jihuoMan”:“管理员”,“createTime”:“2022-02-18
13:10:44”,“status”:“完成”,“userInfo”:{“id”:1,“name”:“admin”,“password”:“e10adc3949ba59abbe56e057f20f883e”,“level”:1,“sex”:“男”,“newPassword”:null,“address”:“上海市”,“nickName”:“管理员”,“phone”:“18843232356”,“account”:818.57,“age”:22,“birthday”:“2020-11-18
13:10:44”,“code”:“111”,“email”:“aa@163.com”,“cardId”:“342425199001116372”},“goodsList”:[{“id”:3,“name”:“雅诗兰黛眼霜”,“description”:“这是雅诗兰黛眼霜”,“fileIds”:“[30]”,“price”:199,“count”:1,“sales”:30,“hot”:2049,“typeId”:3,“userId”:1,“level”:1,“discount”:0.8,“recommend”:“否”,“typeName”:“雅诗兰黛”,“userName”:“admin”,“fileList”:null,“commentStatus”:null,“fileId”:“[30]”}]},{“id”:7,“orderId”:“12020112219326289”,“totalPrice”:24.03,“userId”:1,“level”:1,“linkAddress”:“上海市”,“linkPhone”:“18843232356”,“linkMan”:“管理员”,“jihuoAddress”:“上海市浦东新区”,“jihuoPhone”:“18888888888”,“jihuoMan”:“管理员”,“createTime”:“2022-02-18
13:10:44”,“status”:“完成”,“userInfo”:{“id”:1,“name”:“admin”,“password”:“e10adc3949ba59abbe56e057f20f883e”,“level”:1,“sex”:“男”,“newPassword”:null,“address”:“上海市”,“nickName”:“管理员”,“phone”:“18843232356”,“account”:818.57,“age”:22,“birthday”:“2020-11-18
13:10:44”,“code”:“111”,“email”:“aa@163.com”,“cardId”:“342425199001116372”},“goodsList”:[{“id”:5,“name”:“娇韵诗”,“description”:“这是娇韵诗”,“fileIds”:“[34]”,“price”:8.9,“count”:3,“sales”:10,“hot”:0,“typeId”:4,“userId”:1,“level”:1,“discount”:0.9,“recommend”:“是”,“typeName”:“娇韵诗”,“userName”:“admin”,“fileList”:null,“commentStatus”:null,“fileId”:“[34]”}]},{“id”:8,“orderId”:“12022050802062267”,“totalPrice”:24.03,“userId”:1,“level”:1,“linkAddress”:“上海市”,“linkPhone”:“18843232356”,“linkMan”:“管理员”,“jihuoAddress”:“上海市浦东新区”,“jihuoPhone”:“18888888888”,“jihuoMan”:“管理员”,“createTime”:“2022-05-08
02:06:45”,“status”:“待付款”,“userInfo”:{“id”:1,“name”:“admin”,“password”:“e10adc3949ba59abbe56e057f20f883e”,“level”:1,“sex”:“男”,“newPassword”:null,“address”:“上海市”,“nickName”:“管理员”,“phone”:“18843232356”,“account”:818.57,“age”:22,“birthday”:“2020-11-18
13:10:44”,“code”:“111”,“email”:“aa@163.com”,“cardId”:“342425199001116372”},“goodsList”:[{“id”:5,“name”:“娇韵诗”,“description”:“这是娇韵诗”,“fileIds”:“[34]”,“price”:8.9,“count”:3,“sales”:10,“hot”:0,“typeId”:4,“userId”:1,“level”:1,“discount”:0.9,“recommend”:“是”,“typeName”:“娇韵诗”,“userName”:“admin”,“fileList”:null,“commentStatus”:null,“fileId”:“[34]”}]},{“id”:9,“orderId”:“12020112219326289”,“totalPrice”:24.03,“userId”:1,“level”:1,“linkAddress”:“上海市浦东新区”,“linkPhone”:“18888888888”,“linkMan”:“管理员”,“jihuoAddress”:“安徽省”,“jihuoPhone”:“18843232356”,“jihuoMan”:“张三”,“createTime”:“2022-02-18
13:10:44”,“status”:“回收品”,“userInfo”:{“id”:1,“name”:“admin”,“password”:“e10adc3949ba59abbe56e057f20f883e”,“level”:1,“sex”:“男”,“newPassword”:null,“address”:“上海市”,“nickName”:“管理员”,“phone”:“18843232356”,“account”:818.57,“age”:22,“birthday”:“2020-11-18
13:10:44”,“code”:“111”,“email”:“aa@163.com”,“cardId”:“342425199001116372”},“goodsList”:[]},{“id”:11,“orderId”:“52022111001549908”,“totalPrice”:159.2,“userId”:5,“level”:3,“linkAddress”:“”,“linkPhone”:“”,“linkMan”:“”,“jihuoAddress”:“上海市浦东新区”,“jihuoPhone”:“18888888888”,“jihuoMan”:“管理员”,“createTime”:“2022-11-10
01:54:44”,“status”:“申请退款中”,“userInfo”:{“id”:5,“name”:“张三”,“password”:“e10adc3949ba59abbe56e057f20f883e”,“level”:3,“sex”:“男”,“newPassword”:null,“address”:“湖南长沙”,“nickName”:“张蛋蛋”,“phone”:“18348375641”,“account”:44.8,“age”:null,“birthday”:null,“email”:null,“cardId”:null},“goodsList”:[{“id”:3,“name”:“雅诗兰黛眼霜”,“description”:“这是雅诗兰黛眼霜”,“fileIds”:“[30]”,“price”:199,“count”:1,“sales”:30,“hot”:2049,“typeId”:3,“userId”:1,“level”:1,“discount”:0.8,“recommend”:“否”,“typeName”:“雅诗兰黛”,“userName”:“admin”,“fileList”:null,“commentStatus”:null,“fileId”:“[30]”}]},{“id”:15,“orderId”:“52022111014447918”,“totalPrice”:159.2,“userId”:5,“level”:3,“linkAddress”:“湖南长沙”,“linkPhone”:“18348375641”,“linkMan”:“张蛋蛋”,“jihuoAddress”:“上海市浦东新区”,“jihuoPhone”:“18888888888”,“jihuoMan”:“管理员”,“createTime”:“2022-11-10
14:44:45”,“status”:“待发货”,“userInfo”:{“id”:5,“name”:“张三”,“password”:“e10adc3949ba59abbe56e057f20f883e”,“level”:3,“sex”:“男”,“newPassword”:null,“address”:“湖南长沙”,“nickName”:“张蛋蛋”,“phone”:“18348375641”,“account”:44.8,“age”:null,“birthday”:null,“email”:null,“cardId”:null},“goodsList”:[{“id”:3,“name”:“雅诗兰黛眼霜”,“description”:“这是雅诗兰黛眼霜”,“fileIds”:“[30]”,“price”:199,“count”:1,“sales”:30,“hot”:2049,“typeId”:3,“userId”:1,“level”:1,“discount”:0.8,“recommend”:“否”,“typeName”:“雅诗兰黛”,“userName”:“admin”,“fileList”:null,“commentStatus”:null,“fileId”:“[30]”}]},{“id”:19,“orderId”:“52022111115538076”,“totalPrice”:636.8,“userId”:5,“level”:3,“linkAddress”:“湖南长沙”,“linkPhone”:“18348375641”,“linkMan”:“张蛋蛋”,“jihuoAddress”:“上海市浦东新区”,“jihuoPhone”:“18888888888”,“jihuoMan”:“管理员”,“createTime”:“2022-11-11
15:53:12”,“status”:“申请退款中”,“userInfo”:{“id”:5,“name”:“张三”,“password”:“e10adc3949ba59abbe56e057f20f883e”,“level”:3,“sex”:“男”,“newPassword”:null,“address”:“湖南长沙”,“nickName”:“张蛋蛋”,“phone”:“18348375641”,“account”:44.8,“age”:null,“birthday”:null,“email”:null,“cardId”:null},“goodsList”:[{“id”:3,“name”:“雅诗兰黛眼霜”,“description”:“这是雅诗兰黛眼霜”,“fileIds”:“[30]”,“price”:199,“count”:4,“sales”:30,“hot”:2049,“typeId”:3,“userId”:1,“level”:1,“discount”:0.8,“recommend”:“否”,“typeName”:“雅诗兰黛”,“userName”:“admin”,“fileList”:null,“commentStatus”:null,“fileId”:“[30]”}]},{“id”:20,“orderId”:“52022111216295784”,“totalPrice”:159.2,“userId”:5,“level”:3,“linkAddress”:“湖南长沙”,“linkPhone”:“18348375641”,“linkMan”:“张蛋蛋”,“jihuoAddress”:“上海市浦东新区”,“jihuoPhone”:“18888888888”,“jihuoMan”:“管理员”,“createTime”:“2022-11-12
16:29:31”,“status”:“待付款”,“userInfo”:{“id”:5,“name”:“张三”,“password”:“e10adc3949ba59abbe56e057f20f883e”,“level”:3,“sex”:“男”,“newPassword”:null,“address”:“湖南长沙”,“nickName”:“张蛋蛋”,“phone”:“18348375641”,“account”:44.8,“age”:null,“birthday”:null,“email”:null,“cardId”:null},“goodsList”:[{“id”:3,“name”:“雅诗兰黛眼霜”,“description”:“这是雅诗兰黛眼霜”,“fileIds”:“[30]”,“price”:199,“count”:1,“sales”:30,“hot”:2049,“typeId”:3,“userId”:1,“level”:1,“discount”:0.8,“recommend”:“否”,“typeName”:“雅诗兰黛”,“userName”:“admin”,“fileList”:null,“commentStatus”:null,“fileId”:“[30]”}]}]