摘要: 1 import multiprocessing 2 import os 3 import time 4 5 6 def get_html(n): 7 time.sleep(n) 8 print('sub_progress success') 9 return n 10 11 12 if __nam 阅读全文
posted @ 2015-12-10 15:25 Jeff_blog 阅读(105) 评论(0) 推荐(0) 编辑