/*************************************************************** * * * mui.ajax获取数据 * * */***************************************************************/var url = 'http://s.music.163.com/search/get/';mui.ajax(url, { data: { 'type': 1, 's': '喜欢你', 'limit': 10 }, dataType: 'json', type: 'post', timeout: 10000, success: function(response) { console.log(JSON.stringify(response)) }, error: function(xhr, type, errorThrown) { console.log(type) }})用segmentfault的有个mui教程去练习的时候,在浏览器打开总是报跨域的错误,是接口不能用了么?还是其它原因
添加回答
举报
0/150
提交
取消