摘要: js - replace $ replace之$1、$2等 正则表达式为:/(\d{3})(\d{2})/g 在要替换的内容中,$1代表第一个括号中匹配到的结果111,$2代表第二个括号中匹配到的结果22 ps:replace不会改变原来的字符串,只将结果返回 var str ='11122xxxx 阅读全文
posted @ 2022-07-12 11:03 zc-lee 阅读(329) 评论(0) 推荐(6) 编辑