摘要: import time n=0 while n <10: print(n,"删除数据成功") n = n +1 if n == 10: n = 0 time.sleep(5) continue import time n=0 while True: print(n,"删除数据成功") n = n + 阅读全文
posted @ 2022-11-18 17:24 chengxuyonghu 阅读(324) 评论(0) 推荐(0)