喜欢技术分享的90后程序员
```
def get_now_time():
"""
获取当前年月日时分秒
:return:
now_str = time.strftime('%Y%m%d%H%M%S', time.localtime(time.time()))
return now_str