摘要: let num = 77795 const reg = /^[0-9]\d*$/g console.log(reg.test(num)) // true console.log(reg.test(num)) // false 正则的 lastIndex 从字面上来讲就是最后一个索引,实际上它的意思是 阅读全文
posted @ 2023-11-05 18:05 Syinho 阅读(17) 评论(0) 推荐(0) 编辑