摘要: Regular Expression 规则的表达 常用简写:regex、regexp或RE JS的 RegExp 对象 new RegExp(pattern, attributes); 参数 pattern 是一个字符串,指定了正则表达式的模式或其他正则表达式。 参数 attributes 是一个可 阅读全文
posted @ 2021-05-19 16:05 海胆Sur 阅读(30) 评论(0) 推荐(0)