filter_top10方法
filter_top10(field_index, is_top, is_percent, item_count)
筛选列表中的前 10 项
def filter_top10(self, field_index, is_top, is_percent, item_count):
...
范围 | 类型 | 描述 |
---|---|---|
field_index | int | 要作为过滤器基础的字段的整数偏移量 (从列表的左边开始;最左边的字段是字段 0)。 |
is_top | bool | 指示是从顶部过滤还是从底部过滤 |
is_percent | bool | 指示项目是百分比还是计数 |
item_count | int | 项目计数 |