摘要: 多线程实例 1 import threading 2 import time 3 4 5 def eat(): 6 eatTime = time.time() 7 for i in range(30): 8 print('count = {}'.format(count)) 9 time.sleep 阅读全文
posted @ 2019-02-26 14:50 x_smile 阅读(1464) 评论(0) 推荐(0) 编辑