摘要:
#!/usr/bin/python# coding: utf-8## filename: pachong of doubban# # author: Hacker_MJW## Date: 2014-02-28#import urllibimport urllib2import loggingimport osimport reimport timeclass SuperReptile(object): ''' 爬虫的超级类,用作继承用 ''' def __init__(self, init_url, pro_name): self.init_u. 阅读全文
posted @ 2014-02-28 20:10
Hacker_MJW
阅读(295)
评论(0)
推荐(0)