I found a method,using the unpublic Methods:
downloadComplete: function (aj, ag, am) {
var list = JSON.parse(aj.d);
return list;
}
the aj is ASP.NET results,so it must JSON.parse it.
By the way,The API loadServerData can not sovle it,I do not know why?