摘要: #coding:utf-8 import urllib2 import os import re def dow(url): return urllib2.urlopen(url).read() str=dow('http://theater.mtime.com/China_Beijing/') lst=re.findall('\d+家影院上映\d+场',str) url = 'http... 阅读全文
posted @ 2017-06-02 14:18 Doublekai 阅读(570) 评论(2) 推荐(1) 编辑