• 2022-06-12
    foo对象有att属性,那么获取att属性的值,下列错误的是
    ()
    A: foo.att
    B: foo("att")
    C: foo["att"]
    D: foo["a"+"t"+"t"]