<?php

 $s = "硬蛋网-15329018170";
 preg_match('/\d*$/',$s,$res);
 //print ($res[0]);
 
 echo $res[0];
?> 

相关文章:

  • 2021-11-21
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
  • 2022-03-01
  • 2022-01-03
  • 2022-12-23
猜你喜欢
  • 2021-11-13
  • 2021-12-09
  • 2022-01-07
  • 2022-12-23
  • 2022-12-23
  • 2021-08-19
  • 2021-09-17
相关资源
相似解决方案