launch.py 文件源码

python
阅读 37 收藏 0 点赞 0 评论 0

项目:EasyGoSpider 作者: Karmenzind 项目源码 文件源码
def next_time(t):
    next_t = list(t)
    if math.fmod(next_t[3], 2) == 0:
        next_t[3] += 2
    else:
        next_t[3] += 1
    next_t = next_t[:4] + [0 for i in range(5)]
    return next_t
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号