字符串:{
"long_name" : "美国",
"short_name" : "US",
"types" : [ "country", "political" ]
},
{
"long_name" : "11211",
"short_name" : "11211",
"types" : [ "postal_code" ]
}
],
"formatted_address" : "285 Bedford Ave, 布鲁克林纽约州 11211美国",
"geometry" : {
"location" : {
"lat" : 40.71412890,
"lng" : -73.96140740
},
我想提取的内容时:"formatted_address" : "285 Bedford Ave, 布鲁克林纽约州 11211美国"
改怎么做啊???高手指导下吧。。。。