ThinkSSL🔒 一键申购 5分钟快速签发 30天无理由退款 购买更放心 广告
```js function isPhoneNumber(str) { return /^1[3456789]\d{9}$/.test(str); } ``` > 本文作者:不爱喝橙子汁