摘要:
function checktelephone() {var cellPhone=document.getElementByIdx_x_x_x_x_x("telephone");var RegCellPhone = /^([0-9]{11})?$/;falg=cellPhone.value.search(RegCellPhone);if (falg==-1){alert("手机号不合法!");}}function checkemail(){// 功能函数var temp = document.getElementByIdx_x_x_x_x("e 阅读全文