Skip to content

Commit 1860acb

Browse files
committed
360
1 parent ef09f32 commit 1860acb

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
author: shellbye
3+
comments: true
4+
date: 2016-07-07 10:27:08+00:00
5+
layout: post
6+
slug: 360_browser_compatible
7+
title: 360浏览器修改文档模式
8+
categories:
9+
- tech_world
10+
tags:
11+
- tech
12+
---
13+
14+
不知道出于什么考虑,360浏览器的模式文档模式居然是IE5(或IE7),
15+
这对小公司来说简直是灾难,好在这个默认的文档模式可以按照如下方式修改:
16+
17+
{% highlight html %}
18+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
19+
{% endhighlight %}
20+
这个解决方法来自[这篇博客](http://blog.csdn.net/dkmings/article/details/51647811),
21+
原文提到了第二种解决方案,貌似也是360官方推荐的,然而在我这里不管用,我也就不贴出来了。

0 commit comments

Comments
 (0)