使用方法为:只需要在需要禁用的表单控件上加上“disabled”即可:
<input class="form-control" type="text" placeholder="表单已禁用,不能输入" disabled>
<input class="form-control" type="text" placeholder="表单已禁用,不能输入" disabled>
2015-11-25