文章详情页
javascript - 七牛接口跨域
问题描述
XMLHttpRequest cannot load http://api.qiniu.com/status/g... No ’Access-Control-Allow-Origin’ header is present on the requested resource. Origin ’http://192.168.1.54:8080’ is therefore not allowed access.
$.ajax({
url:’http://api.qiniu.com/status/get/prefop?id=z0.5923a37345a2650c9977c17e’, type:'GET', dataType:'json', success:function(data){console.log(data) }});
问题解答
回答1:dataType: ’jsonp’
jquery jsonp跨域
标签:
JavaScript
相关文章:
1. docker gitlab 如何git clone?2. android - 目前有哪些用Vue.js开发移动App的方案?3. docker镜像push报错4. font-family - 我引入CSS3自定义字体没有效果?5. 在windows下安装docker Toolbox 启动Docker Quickstart Terminal 失败!6. docker images显示的镜像过多,狗眼被亮瞎了,怎么办?7. PHP中的$this代表当前的类还是方法?8. nignx - docker内nginx 80端口被占用9. angular.js - 求一款angular插件10. PHP类中的$this
排行榜