【RF库Collections测试】Count Values In List

Name:
Count Values In List
Source:
Collections <test library>
Arguments:
[ list_ | value | start=0 | end=None ]
Returns the number of occurrences of the given `value` in `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. The given list is never altered by this keyword.

场景1:

场景2:

原文地址:https://www.cnblogs.com/apple2016/p/7050813.html