2012年10月30日

Jquery Ajax中Json调用

摘要: GET:JS代码 $.ajax({ type: "GET", url: "/Category/Questions/1", dataType: "json", success: function (data) { if (!data.Error) { var result = $("#result3").html(); $(data).each(function (index, item) ... 阅读全文

posted @ 2012-10-30 16:05 魔GUI 阅读(272) 评论(0) 推荐(0)

导航