站内搜索:
首页 >> 前端 >> 内容
HTML5、bootstrap IE8兼容教程

时间:2017/11/3 10:33:19

头部加上这么一段

<!--[if lt IE 9]>
  <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  <![endif]-->

 

  • 上一篇:VisualStudioCode常用快捷键
  • 下一篇:css3弹性盒子介绍
  • 返回顶部