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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM