File协议与HTTP协议 以及区别

https://www.cnblogs.com/lishanlei/p/9327646.html

 

开始通过file协议直接访问index.html,在index.html中静态引入index.js,在index.js中import test.js。在import的过程中需要http服务器去解析es6语法并添加header头信息去跨域引入test.js,但是file协议相当于通过资源管理器静态访问index.html,中间的过程没有http服务器参与解析,所以无法识别es6的import语法。

posted @ 2019-05-08 15:55  小番茄酱  阅读(289)  评论(0编辑  收藏  举报