Quantcast
Channel: CNode:Node.js专业中文社区
Viewing all articles
Browse latest Browse all 14821

官网提供的 API 跨域问题

$
0
0
我是新手,求老司机解惑

我知道跨域的原理是通过 script 标签实现的,以前做第三方接口的时候,都需要做跨域处理,比如 jquery 提供的跨域: // 某天气接口 method:'get', url:'http://v.juhe.cn/weather/index', success:function (data) { console.log(data); }, dataType:"jsonp"这里就需要设置 dataType:“jsonp”。 但是我在测试 咱们 CNOD 社区 API 的时候,也是跨域请求,但是设置 dataType:“jsonp” ,就会报错。 请求时,却不需要加 dataType:“jsonp”,就可以访问。 大家谁明白这个问题啊,求指教~~谢谢


Viewing all articles
Browse latest Browse all 14821

Trending Articles