我想通过密钥'用户名'检查我输入的名称值是否存在于我的本地存储中。 [只是要清楚我创建一个数组,每次我创建一个新的注册表它将新用户名添加到数组和localStorage我插入数组]
的javascript:
function login(user.value,pass.value){
if(localStorage.getItem('username').indexOf(user) >= 0 )
alert('hey')
}
HTML:
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Login Page </title>
<link rel="stylesheet" href="css/loginpage.css" />
<script type="text/javascript" src="js/loginpage.js"></script>
</head>
<body>
<div>
<input id="user" type="text" placeholder="Enter the Name"/>
<input id="pass" type="password" placeholder="Enter the Color"/>
<button onclick="login(user,pass)">Login</button>
<a href='file:///C:/Users/DELL/Desktop/HackerU/Web/site/site.html'> <button>New Register</button></a>
</div>
</body>
答案 0 :(得分:1)
您的语法错误<field name="chosen_date" on_change="_onchange_chosen_date(chosen_date)" />
不是有效的参数标识符
.