对于这个 ,需要用 jquery.json-2.js 去解析http://www.jb51.net/article/19366.htm
$.ajax({
url: "../Login/Decryption",
type: "post",
//data: { o: resultSend, key: screctKey },
cache: false,
//async: false,
success: function (text) {
alert(JSON.stringify(text));
},
error: function (jqXhr, textStatus, errorThrown) {
alert(jqXhr.responseText);
}
});
action.result.json对象名.属性