前端去除浏览器账号密码提示

  • Post author:
  • Post category:其他


在输入框前加上代码:

<input type="password" name="oldPwdInput" placeholder="" maxlength="20" autocomplete="off" style="position: fixed;top:-1000px">
<input style="display:none">
<input type="password" style="display:none">

去除输入框的name属性



版权声明:本文为RubyLinT原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。