```
<!-- bootstrap-table中的依赖 顺序1-->
<!---下载地址: https://jquery.com/download/ -->
<script src="static/jQuery3.3.1/jquery-3.3.1.min.js"></script>
<!-- bootstrap-table的依赖 顺序3--->
<!---下载地址:https://v4.bootcss.com/ -->
<script src="static/bootstrap4.4.1/bootstrap.min.js"></script>
<!-- 表格组件bootstrap-table中的文件 顺序3- -->
<!--下载地址:https://www.bootstrap-table.com.cn/-->
<link rel="stylesheet" href="static/bootstrap-table/bootstrap-table-master/dist/bootstrap-table.css">
<script src="static/bootstrap-table/bootstrap-table-master/dist/bootstrap-table.js"></script>
<script src="static/bootstrap-table/bootstrap-table-master/dist/locale/bootstrap-table-zh-CN.js"></script>
<!--表格组件bootstrap-table-编辑功能组件 顺序4-->
<!--下载地址:http://vitalets.github.io/x-editable/-->
<link href="static/bootstrap3-editable-1.5.1/bootstrap3-editable/css/bootstrap-editable.css" rel="stylesheet"/>
<script src="static/bootstrap3-editable-1.5.1/bootstrap3-editable/js/bootstrap-editable.js"></script>
<script src="static/bootstrap-table/bootstrap-table-master/dist/extensions/editable/bootstrap-table-editable.js"></script>
```
注意引入顺序