XMLHttpRequest cannot load file:///C:/Users/pc/Desktop/reader/data/chapter.json. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
一开始学习ajax遇到过 我一开始百度还以为chrome不支持json 但是我遇到的问题是我的创建XMLHttpRequest对象有问题 你可以打开chrome浏览器的调试工具看一下有没有错误
使用ajax要在服务器上测试,可以使用xampp等集成工具搭建一个简单的服务器。
这是环境没搭吧。。
跨域,JSONP或CORS解决