亲测有效,可以屏蔽掉 浏览器的自动填充账号密码的功能

<input type="password" style="width: 1px; height: 1px; position: absolute; border: 0px; padding: 0px;">

<input id="password" type="password" placeholder="Password" autocomplete="new-password">

 

<inputtype="password" style="width: 1px; height: 1px; position: absolute; border: 0px; padding: 0px;"> <input id="password"type="password" placeholder="Password" autocomplete="new-password">

相关文章:

  • 2021-12-19
  • 2021-12-11
  • 2022-12-23
  • 2022-12-23
  • 2021-12-29
  • 2022-12-23
  • 2021-12-19
猜你喜欢
  • 2022-12-23
  • 2021-05-25
  • 2022-12-23
  • 2021-07-08
  • 2022-12-23
  • 2021-11-22
  • 2021-09-13
相关资源
相似解决方案