通常我们会在form表单上加入autocomplete=“off” 或者 在输入框中加入autocomplete=“off”
但是有一种情况例外,就是表单中有input[type=“password”],点击保存密码后,在Chrome浏览器则自动填充了用户名和密码的输入框。
可以在不需要默认填写的input框中设置 autocomplete="new-password"
http://www.wuweigang.com/?id=219#comments
2024-03-07 23:26:33
通常我们会在form表单上加入autocomplete=“off” 或者 在输入框中加入autocomplete=“off”
但是有一种情况例外,就是表单中有input[type=“password”],点击保存密码后,在Chrome浏览器则自动填充了用户名和密码的输入框。
可以在不需要默认填写的input框中设置 autocomplete="new-password"
http://www.wuweigang.com/?id=219#comments