!-- 400错误 --error-pageerror-code400/error-codelocation/errorPage.jsp/location/error-page!-- 404 页面不存在错误 --error-pageerror-code404/error-codelocation/errorPage.jsp/location/error-page!-- 500 服务器内部错误 --error-pageerror-code500/error-codelocation/errorPage.jsp/loca Read More
posted @ 2010-12-18 14:47 七郎 Views(971) Comments(0) Diggs(0) Edit
//匹配帐号是否合法(字母开头,允许5-16字节,允许字母数字下划线Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->var re =new RegExp("^[a-zA-Z][a-zA-Z0-9_]{5,19}$"); if(re.test(aaaa)){alert("格式正确");}else{alert("格式错误");}var s_currency = /^([1-9][\d]{ Read More
posted @ 2010-12-18 14:38 七郎 Views(22353) Comments(0) Diggs(0) Edit