360浏览器自动填写用户名和密码、下拉框解决办法

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

<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"/>

posted @ 2018-09-10 14:02  田野_7  阅读(2802)  评论(0编辑  收藏  举报