2016-10-13 00:16:48 点击量:79 标签: 收藏本文
[JS]这也太简单了吧input输入框屏蔽历史记录的方法
设置input 的扩展属性 autocomplete为off即可
<input type="text" autocomplete="off" />