Skip to content

Commit b0339b9

Browse files
authored
添加爬虫定义
1 parent 9a98042 commit b0339b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

爬虫预备知识.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
#### 爬虫定义
3232
> 网络爬虫(又被称为网页蜘蛛,网络机器人)就是模拟浏览器发送网络请求,接收请求响应,一种按照一定的规则,自动地抓取互联网信息的程序。
3333
34+
> 爬虫就是模拟浏览器的行为,越像越好,越像就越不容易被发现。
35+
3436
> 原则上,只要是浏览器(客户端)能做的事情,爬虫都能够做。
3537
3638
#### 爬虫的分类

0 commit comments

Comments
 (0)