move方法

move(count)

向上或向下移动系列。

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

也可以看看