input文本框内添加提示文字,填写内容时消失:

用placeholder属性作为提示语:

<input placeholder="提示语..."></input>

 

相关文章: