追心中的海,逐世界的梦
为输入框设置 readonly 属性可以禁止用户输入,并且输入框的样式也是禁用状态。
readonly
<input class="form-control" type="text" placeholder="Readonly input here…" readonly>