Python 中可以使用datetime的fromisoformat()方法将字符串转成datetime对象,但只有Python 3.7以上才支持,Python 3.6及之前的版本不支持,调用会报错:AttributeError: type object 'datetime.datetime' has no attribute 'fromisoformat'。本文主要介绍Python 3.6及之前的版本的兼容解决方法。
原文地址:Python 中3.6及之前版本datetime没有fromisoformat()的解决方法
标签:Python,fromisoformat,之前,datetime,3.6,版本 From: https://www.cnblogs.com/tinyblog/p/16823139.html