在用户输入框前增加下面的输入框,用样式设置成隐藏效果,用于保存填充的用户名、密码;

<input type="text" name="hide_name" value="随便" style="position: absolute;z-index: -1;" disabled autocomplete = "off"/>

<input type="password" name="hide_pwd" value=" " style="position: absolute;z-index: -1;" disabled autocomplete = "off"/>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-09
  • 2021-11-23
  • 2022-12-23
  • 2022-03-15
  • 2022-12-23
猜你喜欢
  • 2021-09-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-11
相关资源
相似解决方案