单项选择题

A.dict.get(key,default)
B.dict[key]or default
C.dict.getValue(key,default)
D.dict.fetch(key,default)