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.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3ba7f-4083a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3ba7f-4083a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?