正則校驗字符串中是否包含A或者B

方法 /(A)|(B)/.test(str)web 例子 let str = '發佈成功,審批經過' /(成功)|(經過)/.test(str) // true
相關文章
相關標籤/搜索