这里有明确定义的汉堡包菜单引导图标:
http://getbootstrap.com/components/#glyphicons-glyphs
如果我在我的html中使用它,则此图标未显示,但其他图标为:
<button class="btn btn-default" type="button"> <span class="glyphicon glyphicon-menu-hamburger" aria-hidden="true"></span> </button>
这是为什么?
解决方法
这是你的bootstrap版本中的glyphicon版本的问题,因为它将一直更新,所以使用相同的版本.你可以在这里检查它
http://getbootstrap.com/getting-started/.它看起来在v3.3.2兼容并检查你的.
其他可能性:
>字体directoryc中缺少glyphicons字体.>目录路径中发现的更改