标签:div console OLE bsp cas move *** create color
*** Settings *** Library Collections #RF操作列表和字典的一个库 *** Test Cases *** case1 @{list} create list 111 222 333 log to console ${list} #结果:[‘111‘, ‘222‘, ‘333‘] append to list ${list} a b c log to console ${list} #结果:[‘111‘, ‘222‘, ‘333‘, ‘a‘, ‘b‘, ‘c‘] remove from list ${list} 0 #下标从0开始 log to console ${list} #结果:[‘222‘, ‘333‘, ‘a‘, ‘b‘, ‘c‘]
标签:div console OLE bsp cas move *** create color
原文地址:https://www.cnblogs.com/guang2508/p/13269941.html