密碼字段自動(dòng)完成處于活動(dòng)狀態(tài),只需要對input加上: autocomplete="off"屬性
例如:
密碼:<input type="password" autocomplete="off" />
input標簽如果沒(méi)有指定“autocomplete”屬性為off,則自動(dòng)默認為on,當input type=password時(shí)會(huì )自動(dòng)匹配,這樣用戶(hù)的密碼會(huì )被存儲在計算機內,導致不安全的因素。
上一篇:沒(méi)有了!