多的不说直接上代码
fetch('https://news-at.zhihu.com/api/4/news/latest',{
credentials: 'include',
herders: {
'Access-Control-Request-Method': '*'
},
mode: 'no-cors'
}).
//////////////////////// 一个promise结构 ///////////////////////
最核心部分:
herders: {
'Access-Control-Request-Method': '*'
},
加了这几行,保你跨过千山万水!
网友评论