Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道如何在表单字段中添加占位符文本但无法编辑。查看下面的标签字段,了解我正在尝试做的事情。
看起来很简单,使用placeholder和禁用该字段:
placeholder
<input type='text' placeholder='see?' disabled />
http://jsfiddle.net/ScqY8/1/