摘要:
import reimport cookielibimport urllibimport urllib2def printDelimiter(): #打印分割线 print '-'*80printDelimiter()print '[preparation] using cookiejar & HTTPCookieProcessor to antomatically handle cookies'cj=cookielib.CookieJar() #新建CookieJaropener=urllib2.build_opener(urllib2.HTTPCoo 阅读全文