<script>
$(".dropdown-toggle").one("click",function(){
$(this).dropdown("toggle");
})
</script>
为什么我没写这些js,下拉菜单还可以成功?原来的代码没有动
我忘了删data了。。。。