function change_login_type() {
if (password.type == "password") {
password.type = "text";
iconeye.src = "/static/img/eye_off.svg";
} else {
password.type = "password";
iconeye.src = "/static/img/eye.svg";
}
}
var iconeye = document.getElementById("eye");
var password = document.getElementById("password")
承擔(dān)因您的行為而導(dǎo)致的法律責(zé)任,
本站有權(quán)保留或刪除有爭(zhēng)議評(píng)論。
參與本評(píng)論即表明您已經(jīng)閱讀并接受
上述條款。