阻止HTML页面表单元素自动填充

来源:互联网 发布:nosql数据库入门 pdf 编辑:程序博客网 时间:2024/06/07 20:55

<input type="text" name="username" style="position: fixed;top: -999px"/>                  
<input type="text" name="account"  autocomplete="off">
<input type="password" style="position: fixed;top: -999px"/>
<input type="password" name="password" autocomplete="off">