我想在桌子的细胞里加一个糖糖。我使用的是一个具有以下骨架的引导表:
<table class="table table-striped table-bordered table-hover table-condensed">
<thead>
<tr>
<th>#</th>
<th>Firstname</th>
</tr>
</thead>
<tbody>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</tbody>
</table>我把这个糖链插入其中一个细胞中:
<td>
<span class="glyphicons glyphicons-magnet"></span>
</td>但是它不起作用。提前谢谢你。
发布于 2018-04-02 14:46:27
使用
<span class="glyphicon glyphicon-magnet"></span>https://stackoverflow.com/questions/49613403
复制相似问题