① IE8/IE7/IE6支持通过document.createElement方法产生的标签,可以利用这一特性让这些浏览器支持HTML5新标签

② 也可以使用成熟的框架 ex:html5shim

<!--[if lt IE 9]>

        <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>

<![endif]-->

相关文章:

  • 2022-02-21
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-02-20
  • 2022-12-23
  • 2021-06-17
  • 2021-12-05
  • 2022-01-16
  • 2022-12-23
  • 2022-02-07
相关资源
相似解决方案