如何使<input type="text"> 双击时不显示历史记录
单个:
<input ? type="text" autoComplete= "Off "? />
?
所有表单内:
<form ? autocomplete= "off ">
?? <input ? type= "text "? name= "mytext" />
</form>