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">
請問.net 中用jquery傳值安全嗎?
慕碼人8056858
2018-07-18 14:10:24