json数组怎么转成 string 数组 java

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

json有自己的方法
String str="";
JSONArray json = JSONArray.fromObject(str);
先转成string,在添加集合。