摘要: #!/usr/bin/env python # coding=utf-8 import string import time,datetime class TIMEFORMAT: def __init__(self, time_string="1970-1-1 00:00:00"): self.time_string = self._format_time_string(... 阅读全文
posted @ 2018-10-12 15:34 bigtree2pingping 阅读(3166) 评论(0) 推荐(0)