标签: jquery ajax timer
答案 0 :(得分:1)
我不太懂你,但你可以用这样的javascript每4秒刷新一次页面,
setTimeout(function(){ window.location = window.location.href; },4000);
或通过html使用meta这样的标签,
meta
<meta http-equiv="refresh" content="4">