1
keakon 2012-10-05 16:11:45 +08:00
你是要遍历map么
for (key in location) { console.log(key + ': ' + a.location[key])} } |
2
lisztli 2012-10-05 16:24:05 +08:00
var response_json = $.parseJSON(respTxt);
|
6
bitsmix 2012-10-06 02:02:44 +08:00
template engine 还是用 {{mustache}} 吧。
另外,如果问题是 parseJSON 解决的就说明服务器传回来的 content-type 不对。 我的意思是你的问题其实还是没真正解决。 |