Skip to content

Instantly share code, notes, and snippets.

@ishowshao
Created March 14, 2018 13:46
Show Gist options
  • Save ishowshao/8bd86d201f4dd233c35453e6e40c860f to your computer and use it in GitHub Desktop.
Save ishowshao/8bd86d201f4dd233c35453e6e40c860f to your computer and use it in GitHub Desktop.
双核浏览器使用chrome内核
<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