所以决定对该时间格式深入研究下,发现了python中的dateutil模块。 DATETIME转ISO8601格式,直接用isoformat()方法转即可. now_time = datetime.now() ...
確定! 回上一頁