diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/glossary/crawler/index.html | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/zh-cn/glossary/crawler/index.html')
-rw-r--r-- | files/zh-cn/glossary/crawler/index.html | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/crawler/index.html b/files/zh-cn/glossary/crawler/index.html new file mode 100644 index 0000000000..27d5a0f735 --- /dev/null +++ b/files/zh-cn/glossary/crawler/index.html @@ -0,0 +1,28 @@ +--- +title: Crawler +slug: Glossary/Crawler +tags: + - 基础设施 + - 术语表 + - 浏览器 + - 爬虫 +translation_of: Glossary/Crawler +--- +<p>网络爬虫是一种能有条理并且系统化地浏览{{glossary("World Wide Web","Web")}},以便收集网页数据的程序(通常也被称作“机器人”)。搜索引擎(例如谷歌,必应)利用爬虫来创建索引是网络爬虫最典型的使用案例。</p> + +<h2 id="了解更多">了解更多</h2> + +<ul> + <li>维基百科上关于{{Interwiki("wikipedia", "Web crawler")}}的内容</li> +</ul> + +<section class="Quick_links" id="Quick_Links"> +<ol> + <li><a href="/en-US/docs/">MDN网络文档术语表</a> + + <ol> + <li>{{Glossary("Search engine")}}</li> + </ol> + </li> +</ol> +</section> |