This topic created in 1584 days ago, the information mentioned may be changed or developed.
4 replies • 2021-12-31 14:10:47 +08:00
 |
|
1
quella Dec 29, 2021
```go c.OnResponse(func(r *colly.Response) { log.Printf("%s\n", bytes.Replace(r.Body, []byte("\n"), nil, -1)) }) ```
|
 |
|
3
LSvKing Dec 30, 2021
这种轻框架只负责网页的解析和访问
|