报错 使用了String强转String resultResponse = (String) jsonObject.get("Response");解决办法String resultResponse=String.valueOf(jsonObject.get("Response"));