<input type="text" id = "textid" name="名称" value="值" size="文本框宽度" maxlength="最大字符长度"/>

1)disabled="true "文字会变成灰色,不可编辑,双击鼠标不可复制
<input type="text" id = "textid" name="名称" value="值" size="文本框宽度" maxlength="最大字符长度" disabled="true "/>

2)readOnly="true" 文字不会变色,也是不可编辑的,双击鼠标可复制
<input type="text" id = "textid" name="名称" value="值" size="文本框宽度" maxlength="最大字符长度" readOnly="true"/>

 

相关文章:

  • 2021-11-29
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2021-10-09
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案