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

为什么加了rsort功能后 图片显示不出来了 addPhotoes功能就不起作用添加图片了;没加rsort就行

<script type="text/javascript">

       

         //generic function to get selector

        function g(selector){

            var method=selector.substr(0,1)=='.'?'getElementsByClassName':'getElementById';

                return document[method](selector.substr(1));

        }


        //output all photoes

        var data=data;

        function addPhotoes(){

            var template=g("#wrap").innerHTML;

            var html=[];

            for(var s=0; s<data.length;s++){

                var _html=template

                                .replace('{{index}}',s)

                                .replace('{{img}}',data[s].img)

                                .replace('{{caption}}',data[s].caption)

                                .replace('{{desc}}',data[s].desc);

                html.push(_html);

            }

            g("#wrap").innerHTML=html.join("");

            //rsort(1);

        }

        addPhotoes();

        //sort photoes

        function rsort(n){

            var photo-center=g("#photo_" + n);

            photo-center.className+=" photo-center";

        }

 </script>

正在回答

1 回答

rsort里面的photo-center变量不能这么写,改成photo_center

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

举报

0/150
提交
取消

为什么加了rsort功能后 图片显示不出来了 addPhotoes功能就不起作用添加图片了;没加rsort就行

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