我有字符串
date = "11/28/2009" hour = "23" minutes = "59" seconds = "00"
我如何转换为datetime对象并将其存储在数据存储区?
python datetime
datetime ×1
python ×1