JavaScript. function validateForm() { var x = document.getElementById("txtEmail").value; var atpos = x.indexOf("@"); var dotpos = x.
確定! 回上一頁