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

这个sport代表的是什么

  <script type="text/javascript">
            $(function () {
                $("#btnShow").bind("click", function () {
                   
                   
                    var $this = $(this);
                    
                    
                    $.getJSON("http://www.imooc.com/data/sport.json",function(data){
                        
                        
                        $this.attr("disabled", "true");
                        
                        
           $.each(data, function (index, sport) {
                if(index==4)
                 $("ul").append("<li>" +sport["name"] + "</li>");
                        
                            
                            
                        });
    
                    });
                });
            });
        </script>


正在回答

1 回答

http://img1.sycdn.imooc.com//5982974300014fa605130123.jpg console.log(sport) 

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

举报

0/150
提交
取消

这个sport代表的是什么

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