这代码看不懂 不知道是怎么得出的这个结果
请问有人知道这个代码是怎么回事吗?
'a1b2c3d4e'.replace(/\d/g,function(match,index,origin){
console.log(index)
return parseint(match)+1;})
返回:13579
"a2b3c4d5e6"
这里面的origin是什么意思???
还有这个function(match,index,origin不太懂什么意思
'a1b2c3d4e'.replace(/\d/g,function(match,index,origin){
console.log(index)
return parseint(match)+1;})
返回:13579
"a2b3c4d5e6"
这里面的origin是什么意思???
还有这个function(match,index,origin不太懂什么意思
2019-09-24
举报