赞
踩
不管妹子有还是没有, 都丝毫不影响我们继续编程 !
加油, 编程人.
喜欢就点一个收藏吧。 或者一个小小的赞。 谢谢。
本篇博客代码已经收录到我的GitHub上, 链接计算特殊日子天数, 如果只是寻求代码, 点入自取。
-
- import time
-
- class GetInitialDate(object):
- # The first date
- # 请更换你的纪念日, 如果数量很多, 可以生成列表,
- # 遍历传值,不懂的可以私聊我
- # 其实这个天数也可以直接从对象中传值过来,但是必须得是 ****-**-** 这样的格式
- Initial_date = "xxxx-xx-xx"
-
- def __init__(self):
- self.date_item = self.get_items
- self.now_date = self._get_now_date()
- self.Initial_date_sum = self.get_sum_date(self.Initial_date)
- self.now_date_sum = self.get_sum_date(self.n
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。