发布网友 发布时间:2022-04-25 13:14
我来回答
共1个回答
热心网友 时间:2022-04-23 04:31
有开源框架 Gson 可以将任意对象转换成json字符串
Gson gson = new Gson();
gson.toJson(obj);
实体类中尽量用字符串类型