单项选择题

在Python中,如何将字符串转换成日期对象?()

A.datetime.strptime()
B.datetime.parse()
C.date.fromString()
D.parse(date)