多项选择题

foo对象有att属性,那么获取att属性的值,以下哪些做法是可以的?()

A.foo.att
B.foo(“att”)
C.foo[“att”]
D.foo{“att”}
E.foo[“a”+“t”+“t”]