'autocomplete="off"'在Chrome中不起作用解决方案

1、正确的姿势是:

  

<input type="password" name="password" autocomplete="new-password">

    注:如果没有生效,说明,当前页面有其他input 已经使用了autocomplete = " 非 new-password"

posted @ 2018-05-29 13:30  MvloveYouForever  阅读(153)  评论(0编辑  收藏  举报