表单重置按钮

Html::resetButton('重置', ['class' => 'btn btn-info'])

在模板中解析后变成

<button type="reset" class="btn btn-info">重置</button>