2019年4月30日
摘要: 1 import threading 2 from time import sleep,ctime 3 4 def print1(): 5 for i in range(10): 6 print(i,end='') 7 print(' 0123456789 %s' % ctime()) 8 sleep(4) 9 ... 阅读全文
posted @ 2019-04-30 16:17 苏州城外啲微笑 阅读(162) 评论(0) 推荐(0) 编辑