How does JS regex non
This question already has an answer here:
试试吧
"#foo#bar".match(/[a-zA-Z]+/gi); //outputs ["foo", "bar"]
链接地址: http://www.djcxy.com/p/76806.html
上一篇: 正则表达式如何让所有的东西都从第一个字符中分离出来
下一篇: JS正则表达式不是