试题详情

以下函数中能将字符串格式的时间转换为表示时间的浮点数的为

Atime.mktime(time.strptime())

Bpd.to_datetime()

Cdatetime.datetime.strptime()

D datetime.datetime.strftime()