When the whole world is about to rain, let's make it clear in our heart together

热爱前端开发,专注于前端

闭包的写法

   // for(var i=0;i<data.length;i++){
            //       var eles = document.getElementsByClassName('a_priceList');
            //       (function(i){
            //           eles[i].onclick = function(){
            //               console.log(eles[i].getAttribute('id'));
            //               selectedClickBack && typeof selectedClickBack=="function"&& selectedClickBack();
            //           }
            //       })(i);
            // }; 

  

posted @ 2017-06-14 09:37  婷风  阅读(187)  评论(0编辑  收藏  举报