单个:
<input type="text" autoComplete= "Off " />
所有表单内:
<form autocomplete= "off ">
<input type= "text " name= "mytext" />
</form>
单个:
<input type="text" autoComplete= "Off " />
所有表单内:
<form autocomplete= "off ">
<input type= "text " name= "mytext" />
</form>