2.由Map对象转换成json字符串. //map对象Map<String, Object> data =new HashMap<>(); String x =JSONObject.toJSONString(data); ...
確定! 回上一頁