<?php
function autoVer($url){
$ver = filemtime($_SERVER['DOCUMENT_ROOT'].$url);
echo $url.'?v='.$ver;
}?>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>
<block name="title"></block>
</title>
<link href="<?php autoVer('__DATA_CENTER_CSS__/info.css') ?>" rel="stylesheet" type="text/css"/>
<link href="<?php autoVer('__DATA_CENTER_CSS__/admin.css') ?>" rel="stylesheet" type="text/css"/>
</head>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-12
  • 2022-03-07
  • 2022-12-23
  • 2021-10-06
  • 2021-11-26
猜你喜欢
  • 2021-04-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
  • 2021-12-26
  • 2022-12-23
相关资源
相似解决方案