图上,每次进来都在引用路径后面添加时间戳,去除客户端的缓存
How to add a timestamp to the end of the js or css path referenced by static html? -PHP Chinese website Q&A-How to add a timestamp to the end of the js or css path referenced by static html? -PHP Chinese website Q&A
Let’s take a look and learn.
document.write('<link rel="stylesheet" href="index.css?time='+new Date().getTime()+'">');
How to add a timestamp to the end of the js or css path referenced by static html? -PHP Chinese website Q&A-How to add a timestamp to the end of the js or css path referenced by static html? -PHP Chinese website Q&A
Let’s take a look and learn.
document.write('<link rel="stylesheet" href="index.css?time='+new Date().getTime()+'">');