var b = /^7[0]$|^[1-6]\d$|^[1-9]$/;
^7[0]$ 最大数70
^[1-6]\d$ 从11到69
^[1-9]$ 1到9
posted on 2019-09-18 10:37 *tfe* 阅读(573) 评论(0) 收藏 举报