摘要:
# -*- coding: UTF-8 -*- import time def What_day_of_the_year(inputTime): #函数,判断字符串是否为数字 def is_number(s): try: float(s) return True except ValueError: 阅读全文
posted @ 2021-02-26 16:20
Deng_Xian_Sheng
阅读(1070)
评论(0)
推荐(0)