remove_range方法

remove_range(self, index)

根据给定的索引删除一个范围。


def remove_range(self, index):
    ...
范围类型描述
indexint要删除的范围的索引。

也可以看看