这是一个创建于 1137 天前的主题,其中的信息可能已经有所发展或是发生改变。
4 条回复 • 2021-12-31 14:10:47 +08:00
![quella](https://cdn.v2ex.com/gravatar/659f224f18c40d798d6bab355f20f454?s=48&d=retro) |
|
1
quella 2021-12-29 20:31:28 +08:00
```go c.OnResponse(func(r *colly.Response) { log.Printf("%s\n", bytes.Replace(r.Body, []byte("\n"), nil, -1)) }) ```
|
![LSvKing](https://cdn.v2ex.com/avatar/58f1/e2bf/6896_normal.png?m=1300263580) |
|
3
LSvKing 2021-12-30 17:16:27 +08:00
这种轻框架只负责网页的解析和访问
|