单项选择题

A.dict.items()
B.dict.keys()and dict.values()
C.dict.getAll()
D.A和B都对