Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

检查浏览器是否为 IE #116

Closed
Dream4ever opened this issue Dec 18, 2020 · 0 comments
Closed

检查浏览器是否为 IE #116

Dream4ever opened this issue Dec 18, 2020 · 0 comments
Labels
Browser All about browsers JS Javascript

Comments

@Dream4ever
Copy link
Owner

Dream4ever commented Dec 18, 2020

需求描述

在开发网页的过程中,还是不得不兼容 IE。在某些情况下,需要对 IE 做单独处理,这就需要检查用户当前浏览器是否为 IE。

一行代码的解决方案 /msie|trident/i.test(navigator.userAgent)

参考链接:Check if user is using IE

@Dream4ever Dream4ever added Browser All about browsers JS Javascript labels Dec 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Browser All about browsers JS Javascript
Projects
None yet
Development

No branches or pull requests

1 participant