经过学习查询,得到关于Catenate连接有三种:(现在进行列举)
${str1}= | Catenate | hello | world | |
${str2}= | Catenate | SEPARATOR=--- | hello | world |
${str3}= | Catenate | SEPARATOR= | hello | world |
=>
${str1} ='Hello world'
${str2} ='Hello---world'
${str3} ='Helloworld'
如图:按第三种去写就会没有空格
经过学习查询,得到关于Catenate连接有三种:(现在进行列举)
${str1}= | Catenate | hello | world | |
${str2}= | Catenate | SEPARATOR=--- | hello | world |
${str3}= | Catenate | SEPARATOR= | hello | world |
${str1} ='Hello world'
${str2} ='Hello---world'
${str3} ='Helloworld'
如图:按第三种去写就会没有空格