我正在做一个项目,根据给定的 HallTicket Number 显示学期分数。
因此,我必须使用 JavaScript 对输入的大厅票号进行验证。
并且大厅票号有以下限制:
--->It shouid hav exactly 10 characters
--->starting two positions may be 10 or 11 or 12
--->next four positions must be the string "kp1a"
--->later two positions may contains any of 02 or 04 or 05 or 12 only
--->remaing two positions may any digits from 01 to 60.
谁能说如何编写 JavaScript 来验证这种大厅票号?