java后端随意给前端传一个json值

it2022-05-05  137

JSONObject json = new JSONObject(); json.put("state", "successful"); String strJson = json.toString();

最新回复(0)