function timer()
{
var l = (new Date()-Date.parse(document.lastModified))/1000/3600/24);
alert(l);
if(l>1)
{
new Ajax().getData("MakeIndex.aspx","isAjax=true",function(obj){var a="";});
}
}
timer();

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-20
  • 2021-07-26
  • 2022-12-23
  • 2021-06-01
猜你喜欢
  • 2022-12-23
  • 2022-02-26
  • 2021-10-17
  • 2022-12-23
  • 2021-12-09
  • 2022-12-23
相关资源
相似解决方案