此历史数据是什么,保存在哪里?如何进行交互/删除?

发布于 2025-01-23 08:32:34 字数 241 浏览 1 评论 0原文

当我在html中制作这样的文本字段时,历史记录下拉下来,我给出了前五个答案。 这些数据是什么,存储在哪里?如何删除它?

When I make a text field like this in html, a history drop-down came up, with the first five answers I gave.
What is this data, where is it stored, and how can I delete it?

html text field with drop-down of five history submissions

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

携君以终年 2025-01-30 08:32:34

保存在本地Chorme中的数据,您可以清除历史记录以在此处删除或使用简单解决方案

<form autocomplete="off">

<input type="text" id="text1">

</form>

the data save in local chorme, your can clear history to delete it or use simple solution here

<form autocomplete="off">

<input type="text" id="text1">

</form>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文