利用JQuery的ajax获取不到数据
jsonp跨域解决不了
// 请把代码文本粘贴到下方(请勿用图片代替代码)
$.ajax({ type:"get", url:"https://c.y.qq.com/v8/fcg-bin/fcg_v8_toplist_cp.fcg?g_tk=5381&uin=0&format=json&inCharset=utf-8&outCharset=utf-8¬ice=0&platform=h5&needNewCode=1&tpl=3&page=detail&type=top&topid=27&_=1519963122923", success:function(res){ console.log(res); }, dataType:"jsonp", xhrFields:{ withCredentials:true } });