摘要: 折叠展开功能 1. 静态页面实现 按钮 <button data-toggle="collapse" href="#basic">折叠/展开</button> 要折叠的对象 <div class="col-md-12 collapse in " id="basic"> 注:href 与 div中的i 阅读全文
posted @ 2021-02-03 17:39 Mr-刘 阅读(90) 评论(0) 推荐(0) 编辑