日期:2014-05-17 浏览次数:20485 次
$str='about.php?id=222'; //about_222.html $str=preg_replace('/([a-z\d\_]+)\..*id=([\d]+)$/',"$1_$2.html",$str); echo $str;