$.get(url,args,function(data){ },"JSON"); $.post(url,args,function(data){ },"JSON"); $.getJSON(url,args,function(data){ }) 具体学习步骤: http://www.w3school.com.cn/ajax/index.asp