我的意思是说我有JSON数据:
[{"ADAM":{"TEST":1}, "BOBBY":{"TEST":2}}]
我想做这样的事情:
var x = "ADAM"; alert(data.x.TEST);
javascript json
javascript ×1
json ×1