单项选择题

A.dict.items()
B.items(dict)
C.for key,value in dict.items():pass
D.A和C都对