string类型转换JSONObjec类型,并取出对应的值

    String s = p.get("params").toString();

   JSONObject jsonObject = (JSONObject) JSON.parse(s);

  jsonObject.get("jsh");

原文地址:https://www.cnblogs.com/kanong520/p/9022987.html