$(function() {
var url
= window.location.href;
console.log(url.indexOf("?s="))
if(url.indexOf("&s=")==-1){
window.location.replace(url+"&s="+Math.random());
}
console.log(url);
}
)
js刷新一次
最新推荐文章于 2022-05-26 09:03:28 发布