摘要:
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
苏州城外啲微笑
阅读(169)
评论(0)
推荐(0)
浙公网安备 33010602011771号