glyphicons-halflings-regular.woff 404

此乃服务器不支持这种文件,因此需要修改一下配置,让IIS支持这种文件的访问

<system.webServer>

下增加节点:

<staticContent>
  <remove fileExtension=".woff"/>
  <mimeMap fileExtension=".woff" mimeType="application/font-woff" />
</staticContent>

上一篇:layui常用插件(二) 时间插件


下一篇:jQuery第七章插件的编写和使用