获取Json字符串中某个key对应的value时间:2021-12-06 00:07:48JSONObject jsonObj= JSONObject.fromObject(jsonStr); String value= jsonObj.getString(key);