您的位置:首页技术文章
文章详情页

javascript - 七牛接口跨域

【字号: 日期:2023-03-07 16:47:49浏览:20作者:猪猪

问题描述

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
相关文章: