单项选择题

Javascript中,foo对象有att属性,那么以下获取att属性值的表达式哪个是错误的?()

A.foo.att
B.foo["att"]
C.foo{"att"}
D.foo["a"+"t"+"t"]