登录界面html源代码,html代码中的脚本语言
网页设计登录界面源代码
2023-10-15 15:16
773
墨鱼
网页设计登录界面源代码 |
登录界面html源代码,html代码中的脚本语言
if(document.getElementById("password").value=="123123") { alert("登录成功"); } else{ alert("密码错误"); } } else{ alert("账号密码都错"); } }