Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的目标是在我的网页上有一个链接,当你点击它时,它总是无缝地将你重定向到 reddit.com 主页上的顶部链接。所以你大概可以点击我页面上的链接,它可能会搜索reddit首页的html,找到最顶部的链接,然后自动将你重定向到那个。关于如何做到这一点的任何想法?这有点奇怪 - 就像一个链接的链接......
纯 HTML 无法做到这一点。您将需要 Javascript 或服务器端代码,在其中检索 Reddit 主页的来源,对其进行解析以挑选出您想要的链接,并将其href属性值用作href您自己的链接的值。
href