360浏览器打开网页默认是兼容模式,导致有些网页打不开,
可以在网页头部加上代码,默认改为为极速模式打开,就正常了:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE10" />
下面的代码会默认打开兼容模式
<meta http-equiv="X-UA-Compatible" content="chrome=1,IE=edge" />
指定浏览器内核的方法
http://www.jianshu.com/p/484b8241169c