java怎么将json数组转化成string

2024-11-18 22:43:55
推荐回答(1个)
回答(1):

json有自己的方法
String str="";
JSONArray json = JSONArray.fromObject(str);