Created
March 14, 2018 13:46
-
-
Save ishowshao/8bd86d201f4dd233c35453e6e40c860f to your computer and use it in GitHub Desktop.
双核浏览器使用chrome内核
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<meta name="renderer" content="webkit"> | |
//360 6.X 以上可识别 | |
<meta name="force-rendering" content="webkit"> | |
//其他双核可识别 | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> | |
//对于没有自带 IE7 内核的浏览器 强制使用用户已安装的最高版本浏览器渲染, 有Chrome框架的优先使用 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment