function Login(){var isValid = $("#form1").form('validate');if (!isValid)return; $.post('Login.ashx', {admin: document.getElementById("admin").value,password: document.getElementById("password").value, }这种方式安全吗?还是直接<form id="form1" method="post" action="login.ashx">
- 2 回答
- 0 关注
- 825 浏览
添加回答
举报
0/150
提交
取消