请问我的代码有什么问题:
import datetime d = "2013-W26" r = datetime.datetime.strptime(d, "%Y-W%W") print(r)
显示"2013-01-01 00:00:00",谢谢.
python datetime strptime
datetime ×1
python ×1
strptime ×1