这段时间遇到了360浏览器在加载java项目时,默认的文档模式是IE7,使得网页加载下拉框出现问题。

  360浏览器遇到文档模式是IE7的解决办法

  解决的方法是:

  在显示的jsp页面加上 <meta http-equiv="X-UA-Compatible" content="IE=edge">

<head>
<title></title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
</head>

 

相关文章:

  • 2022-12-23
  • 2022-02-08
  • 2022-12-23
  • 2022-12-23
  • 2022-01-29
  • 2021-09-15
  • 2021-08-19
猜你喜欢
  • 2022-12-23
  • 2021-12-03
  • 2021-04-10
  • 2022-12-23
  • 2021-07-22
  • 2022-12-23
相关资源
相似解决方案