var str = "xx2016xx2017"; str = str.replace(/(\d+)/g,function(){ console.log(arguments[1]) console.log(RegExp.$1) }) 为什么结果是2016 2017 2017 2017 不应该是2016 2016 2017 2017么
添加回答
举报
0/150
提交
取消