如何使用get请求获得ajax调用而不抛出错误

时间:2019-04-09 15:14:41

标签: ajax

我正在尝试在以下网址上进行ajax调用

http://postalpincode.in/api/postoffice/tindivanam

与chrome地址栏配合正常工作。

但是如果我使用

 city  = 'Tindivanam';
jQuery.ajax({
    url: 'http://postalpincode.in/api/postoffice/'+_.toLower(city),
    method: 'GET',
    success:function(response){
        console.log(response)
    }
})

我明白了

enter image description here

0 个答案:

没有答案