jsp页面控制浏览器兼容

it2022-05-05  150

要让浏览器以兼容模式打开页面,只需要在页面中加入<meta content = "ie=7" http-equiv="X-UA-Compatible"/>

或者<meta http-equiv = "X-UA-Compatible" content = "IE=EmulateIE7"/>

转载于:https://www.cnblogs.com/qinqingxuan/p/3799240.html


最新回复(0)