[css] 加载本地文件出现跨域Cross origin requests are only supported for protocol schemes: http, data, chrome, c

2022-01-05 14:05:59 浏览数 (1)

当直接双击打开本地html文件的时候,css文件等加载不到,现在的浏览器已经不支持file协议跨域了

需要配置一个web服务器,通过http的方式访问才可以

或者修改浏览器配置,但是不建议这样做了

0 人点赞