jquery $.getjson $.post

$.post(“/data/GetJson.aspx?jsoncallback=?”, function (data) {});

$.getJSON(“/data/GetJson.aspx?jsoncallback=?”, function (data) {});

为什么第一个$.getJSON();始终得不到数据了,,纳闷了

Related Posts

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注