正则表达式 学号开头是1200320后面四位0000-9999的正则表达式 急求

如题所述

第1个回答  2016-06-12
function a(n){return /1200320\d{4}/.test(n)}

a('12003200000') //true
a('12003209999') //true
第2个回答  2016-06-12
/1200320\d{4}/本回答被提问者采纳

Warning: Invalid argument supplied for foreach() in /www/wwwroot/www.t2y.org3v3b34/skin/templets/default/contents.html on line 47
相似回答