html
<html>
<head>
<meta http-equiv="refresh" content="0;url=https://www.eastmoney.com/">
<script>
setTimeout(function() {
window.location.href = "https://www.eastmoney.com/";
}, 2000); // 尝试2秒后跳转(可能被拦截)
</script>
</head>
<body>
<p>如果未自动跳转,请<a href="https://www.eastmoney.com/">点击此处</a>或手动复制链接到浏览器打开。</p>
</body>
</html>