0
我已經在機器人編程,象下面這樣: -防止變量獲得「無」價值機器人框架
@{lines}= Split to lines ${contents}
:FOR ${line} IN @{lines}
${nodename}= Run Keyword If ${line_length}== 1 Run Cmd And test Rval2 echo "${line}" > /tmp/node.txt
如何避免節點名獲得「無值」?
只要line_length不等於1 nodename的值就是'None'。