函数 自调用 arguments.callee

    (function() {
      lengthNow -= step;
      if (lengthNow > -step) {
          lengthNow.scrollTop = lengthNow;
          setTimeout(arguments.callee, 20);
      }
  })();