<input name="uname" type="text" required autocomplete="off" class="form-control" required=""  placeholder="使用用户名+密码登陆">

<input name="password" type="password"  autocomplete="new-password" required="" class="form-control"   placeholder="登录密码">

在用户名那里添加  autocomplete="off" ,
在密码那里添加   autocomplete="new-password" 

或者在 第一行 添加 也可以。就是第一个 元素上 加入
autocomplete="off"

 

相关文章:

  • 2021-09-06
  • 2022-12-23
  • 2022-02-06
  • 2022-01-01
  • 2022-01-12
  • 2022-12-23
  • 2021-12-11
猜你喜欢
  • 2021-12-29
  • 2021-11-22
  • 2022-12-23
  • 2021-11-29
  • 2021-11-03
  • 2021-12-19
  • 2021-07-08
相关资源
相似解决方案