delete_text方法

delete_text(index, count)

删除一些字符。

def delete_text(self, index, count):
    ...
范围类型描述
indexint起始索引。
countint字符数。

也可以看看