摘要: 1 #!/usr/bin/python 2 # -*- coding=utf-8 -*- 3 import time 4 import os 5 import datetime 6 import threading 7 from time import ctime,sleep 8 9 date=time.strftime('%Y-%m-%d',time.localtime(t... 阅读全文
posted @ 2016-05-21 11:26 小秒 阅读(607) 评论(0) 推荐(0) 编辑