jquery刷新页面





//每隔一段时间调用方法

window.setInterval(方法名,间隔时间); 





//刷新本页面

window.location.reload();

你可能感兴趣的:(jquery刷新页面)