0

すべてのブラウザで正しい応答データで満たされたデータ変数を取得していますが、. ie のすべてのバージョンで、応答は空です..?

function getDirections(addr) {
    var %id%url = encodeURI("http://maps.googleapis.com/maps/api/directions      /json?origin=" + addr + "&destination=%id=maplocation%&sensor=false");
    alert(%id%url); // looks good
    $.getJSON(%id%url, function(data) {
    alert(data); // empty in all versions of ie.. works in al other browsers
        if(data.routes[0]){ //... and so on
4

1 に答える 1

0

Google が IE 8 のサポートを終了したという問題に遭遇したと思います。

于 2013-03-11T15:42:37.640 に答える