写一个 server,验证白屏和 Fouc效果
node index.js
在浏览器中打开 http://localhost:8080/public/index.html
修改 index.html 里面的引入的文件链接,加上参数 t=秒数,如
<script src="a.js?t=3"></script
表示延迟3秒加载 a.js
写一个 server,验证白屏和 Fouc效果
node index.js
在浏览器中打开 http://localhost:8080/public/index.html
修改 index.html 里面的引入的文件链接,加上参数 t=秒数,如
<script src="a.js?t=3"></script
表示延迟3秒加载 a.js