AutoComplete="Off"、autocomplete="none"或autocomplete="new-password"不能在chrome和firefox浏览器中工作。我尝试了许多来自StackOverflow的链接,但是没有对我有效。
发布于 2022-05-05 13:04:08
试试它在我的案子里起作用了
<input type="password" name="password" id="password" autocomplete="false" readonly onfocus="this.removeAttribute('readonly')>https://stackoverflow.com/questions/72127600
复制相似问题