摘要: #! /usr/bin/env python # -*- coding: utf-8 -*- import urllib2, urllib, cookielib, re, time class Robot(object): def __init__(self, forumUrl, userName, password, proxy = None): ''' 初始化论坛u... 阅读全文
posted @ 2017-08-22 15:14 Rohero 阅读(885) 评论(0) 推荐(0) 编辑