摘要:
import time from datetime import * print datetime.now() dt=datetime.now() print dt.hour if dt.hour<10: ss=str(dt.year)+str(dt.month)+str(dt.day)+'0'+str(dt.hour)+str(dt.minute)+str(dt.secon... 阅读全文
摘要:
根据当前日期生成一个唯一标识的名称 阅读全文