gpt4 book ai didi

javascript - Modernizr.load 在 IE8 中无法正常工作

转载 作者:行者123 更新时间:2023-11-29 22:33:03 25 4
gpt4 key购买 nike

我正在尝试加载特定的 CSS 样式表,具体取决于该浏览器是否不支持某些 CSS3 功能。

我使用的JS代码是这样的:

// Modernizr feature tests
Modernizr.load({
test: Modernizr.borderradius,
nope: '/assets/css/border-radius.css'
});

在 IE8 中,根据开发者工具,这给出了:

<link href="undefined" rel="stylesheet" type="text/css" />

有什么想法吗?

最佳答案

这似乎是 Modernizr Minifier 中的一个错误。我遇到了同样的问题,但能够手动修复。以下是详细信息:https://github.com/Modernizr/Modernizr/issues/308

关于javascript - Modernizr.load 在 IE8 中无法正常工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6278380/

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