摘要: 参考链接:http://www.cnblogs.com/alex3714/articles/5230609.html 1 import threading,time 2 3 def run(n): 4 print("task",n) 5 time.sleep(2) 6 print("task don 阅读全文
posted @ 2018-03-15 18:20 Py小白 阅读(147) 评论(0) 推荐(0) 编辑