360浏览器遇到文档模式是IE7的解决办法
解决的方法是:
在显示的页面加上 <meta http-equiv="X-UA-Compatible" content="IE=edge">
<head> <title></title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> </head>
网页地址:http://www.cnblogs.com/heyesp/p/5484353.html
解决的方法是:
在显示的页面加上 <meta http-equiv="X-UA-Compatible" content="IE=edge">
<head> <title></title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> </head>
网页地址:http://www.cnblogs.com/heyesp/p/5484353.html