From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/glossary/crawler/index.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 files/zh-cn/glossary/crawler/index.html (limited to 'files/zh-cn/glossary/crawler/index.html') 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 +--- +

网络爬虫是一种能有条理并且系统化地浏览{{glossary("World Wide Web","Web")}},以便收集网页数据的程序(通常也被称作“机器人”)。搜索引擎(例如谷歌,必应)利用爬虫来创建索引是网络爬虫最典型的使用案例。

+ +

了解更多

+ + + + -- cgit v1.2.3-54-g00ecf