json直接转成Java能用的变量

来源:互联网 发布:九号文件 知乎 编辑:程序博客网 时间:2024/06/11 22:39

JSONObject.fromBean(result).toString();

可以对json进行打印

0 0