摘要: 一、 cat countDown.py #! /usr/bin/env python3.8.5 # -*- coding: utf-8 -*- import time import tkinter.messagebox def countdown(m): try: m = int(m) except 阅读全文
posted @ 2021-09-25 12:27 arun_yh 阅读(74) 评论(0) 推荐(0)