Loading

摘要: 忘不掉的是回忆,继续的是生活,错过的,就当是路过。 简介 正则表达式是用于匹配字符串中字符组合的模式。在 JavaScript中,正则表达式也是对象。 这些模式被用于 RegExp 的 exec 和 test 方法, 以及 String 的 match、matchAll、replace、search 阅读全文
posted @ 2020-10-18 20:53 A零号 阅读(110) 评论(0) 推荐(0) 编辑