zl程序教程

您现在的位置是:首页 >  后端

当前栏目

【RF库Collections测试】Get Index From List

List测试 from get index RF collections
2023-09-14 09:01:12 时间

Name:
Get Index From List
Source:
Collections <test library>
Arguments:
[ list_ | value | start=0 | end=None ]
Returns the index of the first occurrence of the `value` on the list.
The search can be narrowed to the selected sublist by the `start` and `end` indexes having the same semantics as in the `Get Slice From List` keyword. In case the value is not found, -1 is returned. The given list is never altered by this keyword.