import threading,time,queue,random def sender():#sender发送直径while True: x=random.randint(1,10) print("send done:",x) q.put(x)#每个一秒就 ...
確定! 回上一頁