suchen

Heim  >  Fragen und Antworten  >  Hauptteil

如何给静态html 引用的js或者css路径后面加上时间戳?

10.png

图上,每次进来都在引用路径后面添加时间戳,去除客户端的缓存

城堡下的诡洞城堡下的诡洞2817 Tage vor1642

Antworte allen(2)Ich werde antworten

  • 数据分析师

    数据分析师2017-10-01 00:45:27

    如何给静态html 引用的js或者css路径后面加上时间戳?-PHP中文网问答-如何给静态html 引用的js或者css路径后面加上时间戳?-PHP中文网问答

    围观一下哦,学习一下。

    Antwort
    0
  • 迷茫

    迷茫2017-03-09 09:17:42

    document.write('<link rel="stylesheet" href="index.css?time='+new Date().getTime()+'">');

    Antwort
    0
  • StornierenAntwort