Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 twitter bootstrap 创建重置按钮?与清除所有数据的表单重置按钮相同吗?
<input class="btn btn-danger" type="reset" value="Reset"> <!-- or --> <button class="btn btn-danger" type="reset">Reset</button>
如果您不希望它看起来“危险”,请删除btn-danger课程。
btn-danger