//判断昵称不能为以下特殊符号 tChk = /^[^ \s~!@#$%\^\&\*\(\)_\+|\-\=\/\?:;'"\[\{\]\}`\.>,<\\]+$/; if(!tChk.exec(the.Books_Name.value)){ alert("请输入正确的昵称!\n\n昵称必须在1-10位之间,且不得含有特殊符号!"); the.Books_Name.focus(); return false; } //判断昵称能大于5个汉字 if(the.Books_Name.value.length>10){ alert("昵称不能大于5个汉字!"); the.Books_Name.focus(); return false; } //判断QQ不能小于5 if(the.Books_Qq.value.length<5){ alert("目前没有小于5位数的QQ号码!"); the.Books_Qq.focus(); return false; } //判断QQ不能大于9 if(the.Books_Qq.value.length>9){ alert("目前没有大于9位