原理:
浏览器会把含有password字段的表单视为登录表单,用户名字段取离password 的input向上最近的那个input,然后再同一个页面下的所有表单内的type为password的input 会被之前自动保存的密码填充,里password向上最近的一个input 会被视为用户名填充。
消除自动填写登录表单的方法:
在form的第一行 加上 <input type="password" style="display: hidden;">
原理:
浏览器会把含有password字段的表单视为登录表单,用户名字段取离password 的input向上最近的那个input,然后再同一个页面下的所有表单内的type为password的input 会被之前自动保存的密码填充,里password向上最近的一个input 会被视为用户名填充。
消除自动填写登录表单的方法:
在form的第一行 加上 <input type="password" style="display: hidden;">
本文标题:浏览器的字段自动填充原理与取消方法
本文链接:https://www.haomeiwen.com/subject/kgpouttx.html
网友评论