move方法

move(self, count)

将系列向上或向下移动。


def move(self, count):
    ...
范围类型描述
countint向上或向下移动的次数。
如果小于零,则将系列向上移动;
如果大于零,则将系列向下移动。

也可以看看