摘要: 学习OS模块:#!/usr/bin/pythonimport osimport timeimport socketdef getsource(): print "[Info]-Please input the absolute path of file or directory which y... 阅读全文
posted @ 2014-10-27 21:28 迷途小毛驴 阅读(122) 评论(0) 推荐(0)
摘要: 学习urllib及re模块:import urllibimport repic_re = re.compile(r'http:\/\/imgsrc\.baidu\.com.*?\.jpg')def html(url): urlfile = urllib.urlopen(url) html... 阅读全文
posted @ 2014-10-20 22:37 迷途小毛驴 阅读(135) 评论(0) 推荐(0)