W007 - alex1221/bootlint-customization GitHub Wiki
在 <button> 上设置 type 属性是一种很好的习惯. 如果<button> 没有设置 type 属性, 那么将默认为一个 type="submit" 的按钮, 这会导致它在单击时提交与其关联的任何表单。 这种行为往往是不希望的, 所以最好是明确您的<button>的 type 属性. type的值有: type="button", type="submit", 和 type="reset" .