料青山看我应如是
$.ajax({url: './accounts.json',type: 'get',dataType: 'json account.models',data: params,success: function(json){alert(eval(json.accounts).length);return json.accounts;},error: error})建议你使用js调试工具,强烈推荐firebug,看看你传入的参数到底是什么,你应该传进去的是字符串,用eval方法就能得到json对象了