10 2014 档案
摘要:学习OS模块:#!/usr/bin/pythonimport osimport timeimport socketdef getsource(): print "[Info]-Please input the absolute path of file or directory which y...
阅读全文
摘要:学习urllib及re模块:import urllibimport repic_re = re.compile(r'http:\/\/imgsrc\.baidu\.com.*?\.jpg')def html(url): urlfile = urllib.urlopen(url) html...
阅读全文
浙公网安备 33010602011771号