Python应用之——网络爬虫

第一步:网络请求,安装requests库

第二步:解析数据,安装lxml (xpath)

打开本地文件: with open("xx/xx")