1.$('.load').load(url,data,callback);

2.$.get(url,senddata,callback);
$.post(url,senddata,callback);

3.$.ajax



4.$.getJson('b.json',function(data)){
??? $each(data.function(entryIndex,entry){
});
});
data為json文件的數(shù)據(jù),entry數(shù)據(jù)數(shù)組,entryIndex為數(shù)組的下標