是什么意思 ?在Bootstrap中
我们知道他的存在就好了,不用去对他做什么
http://www.runoob.com/bootstrap/bootstrap-button-dropdowns.html
下拉菜单
找样式为caret的定义去。
这只是对样式的控制,Bootstrap中有很多这样的封装
.caret{width:0;
height:0;
border-width:8px;
border-style: solid;
border-color:#666 transparent transparent transparent;}