为了账号安全,请及时绑定邮箱和手机立即绑定

循环遍历中的if(index==3) index是循环的谁啊?

循环遍历中的if(index==3) index是循环的谁啊?getJSON() 的固定格式是里面用$.each()吗,这时的$指的是什么

正在回答

1 回答

$.getJSON("http://www.imooc.com/data/sport.json",function(data){

                        $this.attr("disabled", "true");

                        $.each(data, function (index, sport) {

                            if(index==3)

                            $("ul").append("<li>" + sport["name"] + "</li>");

                        });

我感觉这个函数的意思是,从http://www.imooc.com/data/sport.json取得JSON,并作为data传给function(data),然后$.each(data, function (index, sport)对JSON中的数据循环,下标为命名为index,数据命名为sport,于是就可以通过sport["name"]取得相应的值了。

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
jQuery基础课程
  • 参与学习       154768    人
  • 解答问题       7184    个

加入课程学习,有效提高前端开发速度

进入课程

循环遍历中的if(index==3) index是循环的谁啊?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信