作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
5 text = "one"; else if variable 5 -6ren">
我想通过使用 else if 从关键字获取值。
例子:
String text = ""
If variable > 5
text = "one";
else if variable <5
text = "two";
else
text = "three";
在机器人框架中
我用代码
${txt} Set Variable
${txt}= Run Keyword If ${length} > 5 Some Keyword
\ ELSE IF ${length} < 5 Some Keyword
\ ELSE Some Keyword
Log ${txt}
错误!!!
In Keyword ELSE IF ; Keyword name cannot be empty
最佳答案
只需在 ELSE IF 关键字前的第一个单元格中添加三个点 (...)
${txt} Set Variable
${txt}= Run Keyword If ${lenght} > 5 Some Keyword
... ELSE IF ${lenght} < 5 Some Keyword
... ELSE Some Keyword
Log ${txt}
关于python-2.7 - 机器人框架中的 If Else-if,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28229676/
我是一名优秀的程序员,十分优秀!