单项选择题

A.for key in dict
B.for key in dict.keys()
C.for key in dict.values()
D.for key in dict.items()