Bootstrap-table-导出:图标未显示

Bootstrap-table-export: icon not showing

我正在使用 bootstrap-table-export 来从 table 导出数据,但图标很奇怪:

有谁知道如何更改此图标?我看了docs,但没看懂

图标是 glyphicon. If you got this symbol instead of the normal glyphicon-export,您应该检查是否正确包含了 bootstrap。 Bootstrap 的推荐 CDN 是:

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">

希望对您有所帮助。