Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Eclipse 中设置了一个 tomcat tomee7 服务器。服务器正在运行一些服务器端代码,一切正常。但是,当我运行客户端代码并尝试执行请求时,出现以下错误“XMLHttpRequest 无法加载文件://***** 跨源请求仅支持协议方案:http、data、chrome、chrome-扩展名,https。”
该怎么办?
该错误表明您的 javascript 代码假定基本 url 为“file://”您是否仅通过在浏览器中打开一个 html 文件来运行客户端代码?