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")
承擔因您的行為而導致的法律責任,
本站有權保留或刪除有爭議評論。
參與本評論即表明您已經閱讀并接受
上述條款。