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

浏览器说加粗的这一行有错误,哪错了?

window.onload=function(){
            waterfall('main','box');
            var dataInt={"data":[{"src":'0.jpg'},{"src":'1.jpg'},{"src":'2.jpg'},{"src":'3.jpg'}]};            
            window.onscroll=function(){             
                  if(checkScrollSlide){                       
                        var oParent=document.getElementById('main');                      
                        for(var i=0;i<dataInt.data.length;i++){                        
                              var oBox=document.createElement('div');                             
                              oBox.className='box';                                  
                              oParent.appendChild(oBox);                            
                              oPic.className='pic';                           
                              oBox.appendChild(oPic);                            
                              var oImg=document.createElement('img');
                              oImg.src="images/"+dateInt.date[i].src;                             
                              oPic.appendChild(oImg);
                        }
                        waterfall('main','box');
                  }            
            } 

}

浏览器提示

 Uncaught ReferenceError: oPic is not defined

正在回答

1 回答

opic没有创建   (类似oBox,var oBox=document.createElement('div'); )要先创建

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

慕课此昵称 提问者

非常感谢!犯了很多错。
2016-08-05 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

浏览器说加粗的这一行有错误,哪错了?

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