php如何取 list-10-11-14.html 取字符串 取10 11 14这三个值, 回复讨论(解决方案) preg_match_all('/\d+/', 'list-10-11-14.html', $m);print_r($m[0]); 除了楼上的正则,还可以用explode