foo是一个JSON对象,那么获取att属性的值,以下哪些做法是可以的()。
A、foo.att
B、foo("att")
C、foo["att"]
D、foo{"att"}
正确答案:AC
相关答案
热门答案