时间:2021-07-01 10:21:17 帮助过:38人阅读
1
2
3
4
5
1
2
3
4
5
html;
preg_match_all('#(\d+)#i', $str, $arr);
print_r($arr[1]);