摘要: # python 3.7 from urllib.request import Request,urlopen import time,re,csv class Maoyan(object): def __init__(self): self.header = { 'Connection': 'keep - alive', 'Co... 阅读全文
posted @ 2018-11-23 17:36 Sky__liu 阅读(325) 评论(0) 推荐(0) 编辑
摘要: # python 3.7 from urllib.request import Request,urlopen import re,time class Neihan(object): def __init__(self): self.header={ 'Host': 'www.neihan8.com', 'Referer... 阅读全文
posted @ 2018-11-23 11:52 Sky__liu 阅读(717) 评论(0) 推荐(0) 编辑