python爬蟲---獲取電影網站信息(xpath解析)

#!!!!需要先在python安裝lxml import requests from lxml import etree # 獲取電影網站信息---選用xpath解析頁面 html=requests.get('http://theater.mtime.com/China_Beijing/') html2=html.content.decode('utf-8') doc=etree.HTML(ht
相關文章
相關標籤/搜索