欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

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

程序员文章站 2022-04-10 19:45:26
...
  1. $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;
复制代码

执行结果: