python获取系统时间:
from datetime import datetime dt=datetime.now() date=dt.strftime('%Y-%m-%d-%H-%M-%S') print(date)