php正则为css和js链接增加版本信息(示例)
时间:2021-07-01 10:21:17
帮助过:29人阅读
$html = <<< HTML -
- HTML;
-
- $ver = '1.0.3';
- $p = "/($html = preg_replace_callback($p, create_function('$m', 'return $m[1].$m[2].(strpos($m[2], "?")?"&":"?")."_v='.$ver.'";'), $html);
- echo $html;
-
执行结果:
|