bootstrap glyphicons-halflings-regular.woff2文件404

 原创   
营养快线送你 2023-03-03 错误集锦
0 0 0 141

在使用bootsrap时,导入时间控件

发生http://localhost:8080/项目名称/fonts/glyphicons-halflings-regular.woff2  404

文件资源找不到,时间控件的小图标也不显示

解决:

去bootstrap官网下载,链接:https://v4.bootcss.com/docs/getting-started/download/

下载它的Bootstrap源码

然后解压,将fonts文件夹内容引入到项目

实战解决