三种简写: $.get(URL,data,function(data,status,xhr),dataType) $(selector).post(URL,data,function(data,status,xhr),dataType) $(selector).getJSON(url,data,success(data,status,xhr)) 一.$.get(URL,data,function(data,status,xhr),dataType) 二.$(selector).post(URL,…