打算分享页面元素,抓取app的名字,代码如下,但是一直是空,请帮忙看下,谢谢!
doc, err := goquery.NewDocument("http://m.appgionee.com/mobile/soft/search/?ks=%E7%88%B1%E5%A5%87%E8%89%BA")
if err != nil {
fmt.Println(err)
}
doc.Find(".cp-list .cp-box").Each(func(i int, contentSelection *goquery.Selection) {
fmt.Println(contentSelection.Find(".cp-name").Text())
})
有疑问加站长微信联系(非本文作者)