python获取当天日期

import datetime


now = datetime.datetime.now().strftime('%Y-%m-%d_%H%M%S')

你可能感兴趣的:(python)