Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 web 应用程序,前端在 / 上,后端在 /backend 上,两者都有不同的登录集。
目前,自动完成也会在后端填充前端用户/通行证,反之亦然 - 有什么方法可以防止这种情况,但仍然允许用户/通行证自动完成?
谢谢!
<form autocomplete ="off">
或使用
<input type="text" autocomplete ="off">
页面加载完成后,您可以简单地使用 Javascript 清除表单的值。