Skip to content

Instantly share code, notes, and snippets.

@cat-kun
Forked from 52cik/webkit.html
Created August 24, 2017 03:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cat-kun/ca0cef722d47654f4d924819955f8e76 to your computer and use it in GitHub Desktop.
Save cat-kun/ca0cef722d47654f4d924819955f8e76 to your computer and use it in GitHub Desktop.
浏览器webkit内核渲染
<!--360浏览器-->
<meta name="renderer" content="webkit">
<!--其它双核浏览器-->
<meta name="force-rendering" content="webkit">
<!--如果安装了GCF,则使用GCF来渲染页面,如果没有安装GCF,则使用最高版本的IE内核进行渲染。-->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
@cat-kun
Copy link
Author

cat-kun commented Aug 24, 2017

无注释版

<meta name="renderer" content="webkit">
<meta name="force-rendering" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment