Python+robotFramework中for循环新的使用方法(基于python3.8.0)

2020-07-08  苍穹 

老的for循环使用

test case7
    :FOR    ${a}    IN RANGE    10
    \    log    ${a}

新的for循环使用

test case7
    FOR    ${a}    IN RANGE    10
    log    ${a}
    END

242°/2426 人阅读/0 条评论 发表评论

登录 后发表评论