问答详情
源自:3-4 实例3漫画浏览之使用有序预加载

执行顺序是什么?

count++在后,判断里面为什么不是(count >= len-1) 而是(count >= len)。是怎么个执行顺序呢?

提问者:yxl1074399 2017-08-01 17:07

个回答

  • chendidi
    2017-08-01 22:05:16

    你可以在各个代码添加console。log去看看执行顺序,看下图自己理解下吧

    http://img.mukewang.com/59808a920001581004640397.jpg

    http://img.mukewang.com/59808a9300010a2a03960409.jpg