其实方法很简单,只需要在input文本输入框中加一条autocomplete="off"属性即可。
<input type="text" name="htmer" autocomplete="off" />
html禁止文本输入框记录输入记录,单击input出现输入过的记录
原文:https://www.cnblogs.com/sea-stream/p/9727261.html