04 2023 档案

摘要:1、起一个 springboot 程序做 http 测试: @GetMapping("/http/get") public ResponseEntity<String> testHttpGet(@RequestParam("param") String param) { System.out.pri 阅读全文
posted @ 2023-04-22 04:14 64G漂流瓶 阅读(78) 评论(1) 推荐(0) 编辑
摘要:使用 JSON.stringify 转 map 时发现并没有转成想要的 JSON 数据,搜索发现要转成 Object 才能够转成完整的 JSON, 用递归转换: const message = new Map(); massage.set("oneMap", new Map()); message. 阅读全文
posted @ 2023-04-16 12:46 64G漂流瓶 阅读(337) 评论(0) 推荐(0) 编辑