2016-04-28 54 views

回答

0

我認爲你可以使用這樣的東西。

var displaySuggestions = function(predictions, status) { 
    if (status != google.maps.places.PlacesServiceStatus.OK) { 
    alert(status); 
    return; 
    } 
相關問題