日期:2014-05-17 浏览次数:20660 次
var str="A12345678"; var patt=/^[a-zA-Z][\d]{8}$/; var result=patt.test(str);