agansj
还要下个jquery,因为bootstrap的js是用jquery写的

如果在同一个目录下
<html>
<head>
<link href="css/bootstrap.css" type="text/css" rel="stylesheet" />
</head>
<body>
...
<script src="js/jquery.js" type="text/javascript"></script>
<script src="js/bootstrap.js" type="text/javascript"></script>
</body>
</html>

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-05-29
  • 2022-12-23
  • 2021-08-03
  • 2021-09-21
  • 2021-05-10
  • 2022-01-05
猜你喜欢
  • 2021-12-15
  • 2022-01-11
  • 2021-09-13
  • 2021-12-15
  • 2022-12-23
  • 2021-06-19
  • 2021-12-15
相关资源
相似解决方案