fastjson
public class JsonTest {
public static JSONObject fun(Object... objs){
JSONObject jsonObject = new JSONObject();
for (int i=0;i
关注
打赏