aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/crawler/index.html
blob: 27d5a0f7351c6d350cb193bd83a6a68562cabbcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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>