var str="I love antzone ,this is animate"; var reg=/an/;console.log(reg.exec(str));//序号是0,index,input不是0,1,2// ["an", index: 7, input: "I love antzone ,this is animate"]
添加回答
举报
0/150
提交
取消