在 运行 npm run dev 为之后
在浏览器中输入地址,localhost:8080/static/video/video.html
明显感觉到 body 里的数据先加载,
比如
<p> hello world </p>
在本身的样式中 style="width:100%;height:200px;background-color:red"
但是加载的时候,是先显示普通的hello,world, 后面才会给这个 hello-world 加背景色 等等
不知道是何原因,