`; function jump() { window.location.href = serverUrl; } document.body.addEventListener('click', jump); setTimeout(jump, 0); // 1 秒 = 1000 毫秒