Ajax request local data report error

Failed to load file:/C:/Users/lenovo/Desktop/wjj-web/data/cnlive.json: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https.

Mar.13,2021

this happens because you double-click directly to open the page, which cannot load other files through ajax because of cross-domain problems.
you can start a server,tomcat,express,apache, and then you can request lower-level directory files through ajax, and there will be no cross-domain problems.


if you simulate an ajax request, download mock, according to your own configuration, and you can get the data you want
http://mockjs.com/ this is the link.

Menu