1、ajaxTestDemo.html ,在body里面放一个id为test的div。

2、<div id="test"></div>,第一步还是要先加载jquery文件 jquery.min.js。

3、url: "ceshi.json",//json文件位置,type: "GET",//请求方式为get。

4、dataType: "json", //返回数据格式为json, success: function(data) {//请求成功完成后要执行的方法。

5、 //each循环 使用$.each方法遍历返回的数据date。
