美文网首页
input标记禁止编辑

input标记禁止编辑

作者: 不懒狮Blaise | 来源:发表于2018-04-03 10:48 被阅读0次

1.disabled="disabled"

<p>Last name: <input type="text" name="lname" disabled="disabled" /></p>

2.readonly="readonly"

<p>value="China" readonly="readonly" /></p>

3.readonly unselectable="on"

<p>Name:<input type="text" readonly unselectable="on" name="email" /></p>

相关文章

网友评论

      本文标题:input标记禁止编辑

      本文链接:https://www.haomeiwen.com/subject/ridqhftx.html