java怎么将json数组转化成string

2024年11月18日 22:43
有1个网友回答
网友(1):

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