360浏览器默认以兼容模式或急速模式方式打开页面

content的取值为webkit,ie-comp,ie-stand之一,区分大小写,分别代表用webkit内核,IE兼容内核,IE标准内核。
若页面需默认用极速核,增加标签:

<meta name="renderer" content="webkit">

若页面需默认用ie兼容内核,增加标签:

<meta name="renderer" content="ie-comp">

若页面需默认用ie标准内核,增加标签:

<meta name="renderer" content="ie-stand">

根据需要选择代码添加到head里面。

posted on 2015-08-18 14:38  鱼塘总裁  阅读(355)  评论(0编辑  收藏  举报