最赞回答 / 程序世界
$.getJSON("Data/sport.json", function (data) { ... }); data是通过上述方式返回来的json格式的数据.
index是遍历时元素的索引号,sport是遍历过程中某项数组中的元素对象。
2014-05-17
最赞回答 / 程序世界
$.getJSON("Data/sport.json", function (data) { ... }); data是通过上述方式返回来的json格式的数据.
index是遍历时各项元素的索引号,自动获取。
2014-05-16