当我加载我的页面时,类为"btn-group"
的<div>
中的三个按钮默认情况下没有被聚焦或激活。如何在页面加载时使它们自动激活?
<div class="btn-group" role="group">
<button type="button" class="btn btn-outline-success btn-lg">Broiler</button>
<button type="button" class="btn btn-outline-success btn-lg">Layer</button>
<button type="button" class="btn btn-outline-success btn-lg">Free Range</button>
</div>
1条答案
按热度按时间qyuhtwio1#