输入banner图图片脚本导航/分类

php正则为css和js链接增加版本信息(示例)

  1. $html = <<< HTML

  2. HTML;
  3. $ver = '1.0.3';
  4. $p = "/($html = preg_replace_callback($p, create_function('$m', 'return $m[1].$m[2].(strpos($m[2], "?")?"&":"?")."_v='.$ver.'";'), $html);
  5. echo $html;

执行结果: