zoukankan      html  css  js  c++  java
  • 360安全浏览器,默认打开 极速模式。

    360极速浏览器的兼容模式下是IE几,这个是根据你电脑的装的IE版本是多少它就是多少,

    它都是调用同一个内核,可能是设置了怪异文档模式:标准模式(strict mode)和怪异模式(quirks mode)。

    如果想默认打开极速模式只需在head标签中添加一行代码即可: 
    若页面需默认用极速核,增加标签:<meta name="renderer" content="webkit"> 
    若页面需默认用ie兼容内核,增加标签:<meta name="renderer" content="ie-comp"> 
    若页面需默认用ie标准内核,增加标签:<meta name="renderer" content="ie-stand"> 

    详细看这里:http://se.360.cn/v6/help/meta.html

  • 相关阅读:
    poj 2104 C
    2015 百度之星初赛 1 2 2015ACM/ICPC亚洲区上海站 codeforces 851
    3.10补
    3.9补
    3.8补
    3.6补
    3.5补
    3.4补
    3.3补
    2.35补
  • 原文地址:https://www.cnblogs.com/ertingbo/p/6951827.html
Copyright © 2011-2022 走看看