摘要: // 将 Map 转换为 实体类 User user = JSON.parseObject(JSON.toJSONString(user01), User.class); System.out.println(user); // 将 实体类 转换为 Map Map map = JSON.parseO 阅读全文
posted @ 2020-10-16 13:02 爱吐泡泡的小小鱼 阅读(364) 评论(0) 推荐(0)