这是一个创建于 1401 天前的主题,其中的信息可能已经有所发展或是发生改变。
    
    
    
    
        
    
    
    
    
 
    4 条回复  •  2021-12-31 14:10:47 +08:00
     
    
    
        
        
        
        
            
                |  |  |      1quella      2021-12-29 20:31:28 +08:00 ```goc.OnResponse(func(r *colly.Response) {
 log.Printf("%s\n", bytes.Replace(r.Body, []byte("\n"), nil, -1))
 })
 ```
 | 
        
         
    
    
    
        
        
    
    
    
        
        
        
        
            
                |  |  |      3LSvKing      2021-12-30 17:16:27 +08:00 这种轻框架只负责网页的解析和访问 |