characters方法
characters(start_index, length)
返回表示文本中 characters 范围的 Characters 对象。
返回
字符对象。
def characters(self, start_index, length):
...
范围 | 类型 | 描述 |
---|---|---|
start_index | int | 字符开始的索引。 |
length | int | 字符数。 |
返回表示文本中 characters 范围的 Characters 对象。
字符对象。
def characters(self, start_index, length):
...
范围 | 类型 | 描述 |
---|---|---|
start_index | int | 字符开始的索引。 |
length | int | 字符数。 |