摘要:
#!/usr/bin/python3 # -*- coding:utf-8 -*- import sys import time from urllib import request ''' urllib.urlretrieve 的回调函数: def callbackfunc(blocknum, blocksize, totalsize): @blocknum: 已经下载的数据... 阅读全文
摘要:
参考:http://www.cnblogs.com/huxi/archive/2010/07/04/1771073.html 阅读全文