js正则 匹配字符串中除了某些字母之外的所有字符要用String对象的match方法,而且正则匹配模式要写成全局匹配。<br>var str=&quotA b c i am A man A BAB&quot<br&2023-04-23JavaScript250