我在css中有以下代码段:
.doubleline {
background: url(/wp-content/uploads/2018/double.gif) repeat-x 100% 100%;
padding-bottom: 2px;
text-decoration: none;
white-space: nowrap;
}
问题是这个图像并不总是显示在html页面上。 Fiddler显示http://.../wp-content/uploads/2018/double.gif
的449状态最初,此文件位于http://.../wp-content/themes/twentysixteen-child/img/文件夹中,因为它是主题文件,但结果是相同的。
这个文件多次显示在页面上,然后消失,再次显示,消失,图案不清晰。 问题不在浏览器缓存中,很明显。
什么意味着449以及可能导致此问题的原因?