html運用(三) html如何禁止(表單)用戶名、密碼自動填充

html登陸表單常常被自動填充,有的甚至用戶歷來沒有登陸過的網站也會有自動填充,甚是讓人討厭。html Mozilla developer documentation 建議使用表單設置屬性 tautocomplete=」off」 來阻止瀏覽器從cache獲取數據填充登陸表單。chrome <input type="text" name="foo" autocomplete="off" /> 可是這
相關文章
相關標籤/搜索