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
浙公网安备 33010602011771号