<div class="btn-group btn-group-justified" role="group"> <botton class="btn btn-default">left</botton> <botton class="btn btn-default">center</botton> <botton class="btn btn-default">right</botton> </div>
只须将一系列.btn元素包裹到.btn-group.btn-group-justified中即可
在IE8中:
不支持在两端对齐的按钮组中绘制边框,
无论是 <a> 或 <button> 元素。
为了照顾 IE8,把每个按钮放入另一个.btn-group 中即可