控件的默认值。
<form> <input type="text" value="Jason" /> <!-- 默认是姓名是 Jason --> <input type="password" value="123456" /> <!-- 默认的密码是 123456 --> </form>
显示效果