// 这里是自动刷新的JavaScript脚本
setInterval(function() {
// 刷新页面
window.location.reload();
}, 5000); // 每5秒刷新一次