摘要: 1.效果 2.代码 import sys import time def print_act(word): #print('\n'+'❤ ❤ ❤ ❤'+'\r') #让光标回到行首 sys.stdout.write("\r") #缓冲区的数据全部输出 sys.stdout.flush() #遍历整个 阅读全文
posted @ 2021-09-26 17:00 莲(LIT) 阅读(259) 评论(0) 推荐(0)