* recently I have been using vue to copy QQ Music"s web mobile end and using jsonp to request data. Chrome reports the problem of CORB interception when requesting ranking data. The specific URL is
.https://c.y.qq.com/v8/fcg-bin/fcg_myqq_toplist.fcg?g_tk=5381&uin=704838764&format=json&inCharset=utf-8&outCharset=utf-8¬ice=0&platform=h5&needNewCode=1&jsonpCallback=__jp0
* it is known that there is no problem with URL. You can get the data by entering the browser address
.after checking Response Header"s Content-type as application/x-javascript, in the developer"s tool, I wonder if it has anything to do with this