JSONObject json = new JSONObject();
json.put("msg", msg);
json.put("success", count);
json.put("error", count2);
String jsonString=json.toJSONString();
response.getWriter().write(jsonString);

相关文章:

  • 2021-09-22
  • 2022-12-23
  • 2021-06-05
  • 2022-12-23
  • 2021-10-31
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
猜你喜欢
  • 2022-12-23
  • 2021-09-08
  • 2022-12-23
  • 2021-10-17
  • 2022-12-23
  • 2022-02-10
相关资源
相似解决方案