var b="aeg12"; b.replace(/(\w{2})(\d+)/g,function(match,p1,p2,index,string){});比如我现在要把匹配到的第一个分组和第二个分组分别替换成其他东西要怎么做啊谢谢! 查看完整描述