判断题

time.strptime(time_str,time_format_str)将时间字符串转换为struct_time时间对象,如:time.strptime(’2017-01-1317:07’,’%Y-%m-%d%H:%M’)

【参考答案】

正确