NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
``` <!-- 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> ``` 注意引入顺序