摘要: Name:Convert To ListSource:Collections <test library>Arguments:[ item ]Converts the given `item` to a list. Mainly useful for converting tuples and ot 阅读全文
posted @ 2017-06-17 23:34 垄上行 阅读(889) 评论(0) 推荐(0) 编辑
摘要: Name:Create DictionarySource:Collections <test library>Arguments:[ *key_value_pairs ] 阅读全文
posted @ 2017-06-17 23:30 垄上行 阅读(3596) 评论(0) 推荐(0) 编辑
摘要: Arguments: [ *lists ]Combines the given `lists` together and returns the result. The given lists are not altered by this keyword. 场景1: 场景2:重复数据不去重进行合并 阅读全文
posted @ 2017-06-17 23:27 垄上行 阅读(545) 评论(0) 推荐(0) 编辑
摘要: Arguments:[ list_ | *values ]Adds `values` to the end of `list`. 阅读全文
posted @ 2017-06-17 23:17 垄上行 阅读(2830) 评论(0) 推荐(0) 编辑