答案 0 :(得分:0)
试试这个,
try {
JSONObject obj=new JSONObject(response);
JSONObject obj_result=obj.getJSONObject("result");
String formatted_address=obj_result.getString("formatted_address");
} catch (JSONException e) {
e.printStackTrace();
}