
Web前端
秋叶依剑
岁月静好,一直到老。
展开
-
快速上手超级实用的JS模板引擎--doT.js
文章目录总体结构使用教程1. 赋值2. 数组3. 条件4. 编码渲染5. 定义与引用公共模块6. 循环Reference总体结构<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>dot</title> <!--引入jQuery和doT.js文件 --> <script src="ass原创 2020-05-15 17:57:43 · 491 阅读 · 0 评论 -
Refused to apply style from * because its MIME type ('text/html') is not a supported stylesheet 原因
文章目录前言原因总结前言VSCode最近一路高歌猛进,成为最流行的前端开发编辑器之一。不得不说用起来真香,所以平时写项目代码就喜欢搭配IDEA一起使用,主要是因为里面有个Live Server插件,可以实时刷新我所修改的前端页面,但是今天遇到了这个错误:Refused to apply style from ‘http://127.0.0.1:5500/assets/css/book.css’ because its MIME type (‘text/html’) is not a supporte原创 2020-05-14 11:00:06 · 31855 阅读 · 1 评论