文本框提示值。
<form> <!-- 当文本框没有值的状态时,placeholder的提示值才会显示 --> <input type="text" placeholder="请输入内容"> </form>
控件效果