摘要: 本文借助动态转圈圈的例子展示 import sys import itertools import time import threading class Signal: go = True def spin(msg, signal): write, flush = sys.stdout.write 阅读全文
posted @ 2019-11-27 10:22 烧刘病 阅读(857) 评论(0) 推荐(0)
回到页首