Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用节点使用<svg>标签<use>来复制我的 html 页面中的图像。但这些不在 Microsoft Edge 中呈现。有解决方法吗?谢谢。
<svg>
<use>
您需要使用 svg4everybody 之类的东西才能使其正常工作。旧版本的脚本没有正确的 UA 字符串,但最新版本现在应该正确地定位 Edge。
在升级到 Windows 10 并更新脚本修复它后,我自己注意到了这一点。更新前 IE 9-11 运行良好,但 Edge 无法正常运行,因为 UA 未包含在检查中。npm 版本也刚刚更新,因此您也可以从那里获取它。