fetch(isomorphic-fetch) 跨域问题

2017-08-09  本文已影响0人  李莫愁_melissa

多的不说直接上代码

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': '*'

},

加了这几行,保你跨过千山万水!

上一篇下一篇

猜你喜欢

热点阅读