设置网页默认为360浏览器极速模式打开

设置网页默认为360浏览器极速模式打开 在head标签中添加一行代码&#xff1a; <html><head><meta name"renderer" content&quo

设置网页默认为360浏览器极速模式打开

在head标签中添加一行代码:

<html>
<head>
<meta name="renderer" content="webkit|ie-comp|ie-stand">
</head>
<body>
</body>
</html>

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">


本文来自 斷了De弦 的CSDN 博客 ,全文地址请点击:https://blog.csdn/w3624270/article/details/78139359?utm_source=copy

发布者:admin,转转请注明出处:http://www.yc00.com/web/1742570463a4460353.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信