python实现爬虫(原理)+代理服务器(Proxy)+抓取指定站点数据(Web scraping)+存储到文件(CSV)
发布时间
阅读量:
阅读量



'''
@date 20180330
@author: lml
'''
#coding:utf-8
import requests
from lxml import html
import sys
import os
import time
webpage ="http://www.youde.net"
curdate = time.strftime("%Y%m%d", time.localtime()) #当前日期
url=webpage+'/Svante/channels/825.html'
curproxy=''
全部评论 (0)
还没有任何评论哟~
