会员
周边
捐助
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Syinho
博客园
首页
新随笔
管理
2023年11月5日
正则表达式_global造成的二次的匹配结果不一致的问题
摘要: 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)
编辑
公告