gpt4 book ai didi

html - 如何停用输入的内存值?

转载 作者:太空宇宙 更新时间:2023-11-04 02:20:20 24 4
gpt4 key购买 nike

我有这样的输入:

<input name="username" placeholder="Email" type="email" autocomplete="off" />

如您所见,我已将 autocomplete 属性设置为 off。但是当我打开那个页面时,以前的值仍然存在:

enter image description here

那么我该如何避免呢?实际上我的问题是丑陋的背景颜色输入。当我更改它的值时,它看起来像这样:

enter image description here

无论如何,我怎样才能停用输入缓存?

最佳答案

尝试做以下事情:

<form autocomplete="off" ...></form>

它可能有效...或者您也可以这样做。

$('#textfield').attr('autocomplete','off');

或者使用autocomplete="false",而不是autocomplete="off"

关于html - 如何停用输入的内存值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38220570/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com