btn-toolbar中btn-group之间的相互嵌套为什么是要换行的?
你不想换行你就把所有东西写在一个btn-group中
<div class="btn-toolbar">
<div class="btn-group">
<button>...</button>
</div>