windows phone 官网应用商店地址 http://www.windowsphone.com/zh-cn/store/featured-apps----------------------------------------------------------------------------------------------------------------------------------------------------------------Application In…
参考网址:https://zhuanlan.zhihu.com/p/32037625 def getOneMoviesInfo(Mid,url): import requests from lxml import etree #print(url) data = requests.get(url).text #download the website s = etree.HTML(data) #analyse data picture = s.xpath('//*[@id="main"…