$.ajax({url:"test.json",type:"GET",data:"json",},success:function(data){ $("#date").text(data.startTime);//给相应的位置设值 .....});