這是我的代碼。爲什麼它顯示空的結果?你能在我的代碼中發現任何錯誤嗎?如何使用Javascript從此鏈接獲取formatted_phone_number?
$(document).ready(function() {
$.getJSON("https://maps.googleapis.com/maps/api/place/details/json?reference=CmRYAAAAciqGsTRX1mXRvuXSH2ErwW-jCINE1aLiwP64MCWDN5vkXvXoQGPKldMfmdGyqWSpm7BEYCgDm-iv7Kc2PF7QA7brMAwBbAcqMr5i1f4PwTpaovIZjysCEZTry8Ez30wpEhCNCXpynextCld2EBsDkRKsGhSLayuRyFsex6JA6NPh9dyupoTH3g&sensor=true&key=AIzaSyBgWOenfvzi-x7n1Xu-WLQx4ltFkuRNrhQ",
function(data, textStatus){
$("#placenamesss").append(data.result[0].formatted_phone_number+'<br/>');
});
});
是否正確的方法來做到這一點?我如何得到formatted_phone_number
沒有..它不工作。 – SANR1103219 2012-01-04 13:56:12
IDENTICAL原因爲什麼這不起作用:http://stackoverflow.com/questions/8545125/how-to-get-json-results-placed-on-google-maps – mplungjan 2012-01-04 14:00:42