OnRequest(func(r *colly.Request) { fmt.Println("Visiting", r.URL) }) //c.Visit("http://go-colly.org/") c.Visit("https://www.douban.com") }.
確定! 回上一頁