gpt4 book ai didi

internet-explorer - Bootstrap (v3.3.4) 刷新页面 (F5) 时,IE 中不显示字形

转载 作者:行者123 更新时间:2023-12-04 07:46:43 25 4
gpt4 key购买 nike

我在应用程序中使用 Bootstrap v3.3.4。我也在使用一些字形图标。它们在 FireFox、Chrome 和 iPad 中正常工作,但当您刷新页面 (F5) 时,它们在 Internet Explorer(使用 IE10 和 IE11)中不显示。

当未显示刷新页面图标但单击任何按钮或为某些服务器端操作重新加载页面时,会出现字形图标,当您刷新页面时,字形图标会再次消失。

文件结构:

  • Bootstrap >
    • CSS
    • J
    • 字体

请给我解决方案。

<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
</head>

<body>
<div class="container">
<p> <lablel>From:</label>
<input type="text" class="form-control">
<span class="glyphicon glyphicon-calendar"></span>
<span class="glyphicon glyphicon-info-sign"></span>

</p>
<p> <lablel>To:</label>
<input type="text" class="form-control">
<span class="glyphicon glyphicon-calendar"></span>
<span class="glyphicon glyphicon-info-sign"></span>

</p>
</div>

<script type="text/javascript" src="js/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="bootstrap/js/bootstrap.min.js"></script>
</body>
</html>

最佳答案

在 IE10 和 IE11 刷新时遇到同样的问题,丢失所有字形。这是由于 https 引起的,已通过删除字体文件上的缓存得到修复。在这里找到解决方案:@font-face EOT not loading over HTTPS

关于internet-explorer - Bootstrap (v3.3.4) 刷新页面 (F5) 时,IE 中不显示字形,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31536225/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com