摘要: #!/usr/bin/python3 # -*- coding:utf-8 -*- import sys import time from urllib import request ''' urllib.urlretrieve 的回调函数: def callbackfunc(blocknum, blocksize, totalsize): @blocknum: 已经下载的数据... 阅读全文
posted @ 2017-08-17 20:17 lixin[at]hitwh 阅读(10602) 评论(1) 推荐(0) 编辑
摘要: 参考:http://www.cnblogs.com/huxi/archive/2010/07/04/1771073.html 阅读全文
posted @ 2017-08-17 19:46 lixin[at]hitwh 阅读(728) 评论(0) 推荐(0) 编辑