TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Tiny Web Crawler

2 点作者 l1feh4ck超过 6 年前

1 comment

photonios超过 6 年前
It&#x27;s not entirely correct to remove query parameters from the URL. Query parameters are part of the URL and can make a website show entirely different content.<p>The Googlebot for example considers these two URL&#x27;s different pages:<p><pre><code> &#x2F;mypage?name=name1 &#x2F;mypage?name=name2</code></pre>