请问我的代码有什么问题:
import datetime
d = "2013-W26"
r = datetime.datetime.strptime(d, "%Y-W%W")
print(r)
显示“ 2013-01-01 00:00:00”,谢谢。
慕容森
BIG阳
相关分类