var json={"data1":[ {"A":"a"},],"data2":[ {"A":"a"},]}var this='data2';错误访问方式:json.this;正确访问方式:json[this]