$str = '13812345678';$pattern = '/^139\d{8}$/';preg_match($pattern,$str,$macth);var_dump($macth); 相关文章: 2022-01-09 2021-08-12 2021-07-30 2021-10-07 2021-11-29 2021-12-09