这是一个有效的 JSON 对象吗?
serverStatus("amerika":
[{
"server": "1",
"ah_gold": "1",
"ah_hardcore": "1",
"ah_usd": "0",
"ah_aud": "0",
"ah_mxn": "0",
"ah_brl": "0",
"ah_clp": "0",
"ah_ars": "0"
}], "asien":
[{
"server": "1",
"ah_gold": "1",
"ah_hardcore": "1"
}], "europa":
[{
"server": "1",
"ah_gold": "1",
"ah_hardcore": "1",
"ah_eur": "0",
"ah_gbp": "0",
"ah_rub": "0"
}])
JSONP 请求已成功完成,但在 javascript 中
var server = data.asien[0].server;
失败..
有什么解决方案吗?