#### 项目中引入图片之类静态资源文件方法 html中引入,可以直接用绝对路径 ``` <img src="assets/images/smrz.png" alt="smrz"> ``` css中引入,用相对路径 ``` ../../assets/images/smrz.png ```