在使用bootsrap时,导入时间控件
发生http://localhost:8080/项目名称/fonts/glyphicons-halflings-regular.woff2 404
文件资源找不到,时间控件的小图标也不显示
解决:
去bootstrap官网下载,链接:https://v4.bootcss.com/docs/getting-started/download/
下载它的Bootstrap源码
然后解压,将fonts文件夹内容引入到项目
实战解决