1

使用 iframe 进行跨域请求以在 IE7 中不指定页面不起作用。按照我的代码:

iframe = document.createElement('iframe');
iframe.name='iframe';
iframe.id = "iframe";
document.getElementsByTagName('body')[0].appendChild(iframe);
document.getElementById('iframe').src= "http://nominatim.openstreetmap.org/search?q=135+pilkington+avenue,+birmingham&format=json&polygon=1&addressdetails=1";

如何用纯javascript解决它?

4

0 回答 0