input的小技巧 清除自动记录

input 消除自动记忆功能

在html里就可以直接清除了<input type="text" autocomplete="off">
input 的autocomplete属性默认是on:其含义代表是否让浏览器自动记录之前输入的值
off:则关闭记录
原文地址:https://www.cnblogs.com/strawberry-1/p/11630741.html