开发者社区> 问答> 正文

我怎么只能从python废弃</ div>类(“ shopee-category-list__bod

我正在做自由职业,所以请告诉我如何从shopee网站上获得课程。

urlpage = urlopen(“ https://shopee.co.id/fedorafashion page = 0&shopCollection = 13201396”)。read()

bswebpage = BeautifulSoup(urlpage,“ lxml”)

结果= bswebpage.findAll( “DIV”,{ '类': “shopee类别-list__body”}

展开
收起
被纵养的懒猫 2019-09-30 14:57:30 563 0
1 条回答
写回答
取消 提交回答
  • 用xpath .findAll("//div[@class='shopee类别-list__body']")

    2019-10-23 17:05:21
    赞同 展开评论 打赏
问答分类:
问答标签:
问答地址:
问答排行榜
最热
最新

相关电子书

更多
From Python Scikit-Learn to Sc 立即下载
Data Pre-Processing in Python: 立即下载
双剑合璧-Python和大数据计算平台的结合 立即下载