在文本框中添加placeholder属性,用于文本框处于未输入状态时,模糊显示输入提示,当用户进行输入时,不需要删除该提示文字。

如:

<input type="text" placeholder="请输入内容"/>
05-07 15:43