在尝试多种方法无效后,网上其他答案就不说了。我去它的官网上找到了

Uncaught TypeError: $(...).bootstrapTable is not a function_css

注意css的样式要放在其他所有样式最前面

<link rel="stylesheet" href="https://unpkg.com/bootstrap-table@1.15.3/dist/bootstrap-table.min.css">

js要放在所有引入的js最后面最好是紧贴着写的js逻辑代码

<script src="https://unpkg.com/bootstrap-table@1.15.3/dist/bootstrap-table.min.js"></script>