摘要:
做了一个收图器试了试 好像方便多了import urllib.requestimport urllibimport reimport timeimport osdef DownIt(Page,S): w=re.findall(R"http://yusa.imouto.org/sample/.{0,200}jpg",Page) if(w==[]): return 0 print(w) for i in w: name=time.strftime("%m_%d_%H_%M_%S",time.localtime()) name=r'c:\python\try'+os.sep+S+name+'.jpg 阅读全文
posted @ 2011-02-19 16:05
takatosp1
阅读(306)
评论(0)
推荐(0)
浙公网安备 33010602011771号