liufeifeifei

 在eclipse中,本地引入一直引入不起,绝对路径和相对路径都不行~所以,现在就先用在线包引入bootstrap。同时bootstrap需要jquery来支持

 <link rel="stylesheet" href="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/css/bootstrap.min.css">  
   <script src="http://cdn.static.runoob.com/libs/jquery/2.1.1/jquery.min.js"></script>
   <script src="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/js/bootstrap.min.js"></script>

分类:

技术点:

相关文章:

  • 2021-12-15
  • 2022-12-23
  • 2021-12-05
  • 2021-12-15
  • 2021-12-15
  • 2021-12-15
猜你喜欢
  • 2021-08-30
  • 2021-08-30
  • 2022-12-23
  • 2021-12-05
  • 2021-12-15
  • 2021-12-05
  • 2021-12-15
相关资源
相似解决方案