只需要在html的input代码中加入一个属性:autocomplete="off"

代码如下:

<input type="text" name="keywords" autocomplete="off"/>

如果在input上加不行,可以试试在外层的 <from> 上加该属性

相关文章: