修改IE默认访问页面的文档模式

只需要在页面模板加上

1 <html>
2   <head>
3   @*修改默认以IE8模式*@
4   <META http-equiv="X-UA-Compatible" content="IE=8" >
5 </head>
6 </html>

 

posted @ 2014-05-16 12:10  雨哥  阅读(351)  评论(0编辑  收藏  举报