合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
``` export const isMobile = (s) => { return /^1[0-9]{10}$/.test(s) } ``` #### 电话 ``` export const isPhone = (s) => { return /^([0-9]{3,4}-)?[0-9]{7,8}$/.test(s) } ```