Bootstrap 只读输入框

只读输入框

为输入框设置 readonly 属性可以禁止用户输入,并且输入框的样式也是禁用状态。

 
<input class="form-control" type="text" placeholder="Readonly input here…" readonly>
原文地址:https://www.cnblogs.com/sharpest/p/8872339.html