1. 程式人生 > >robot framework使用Catenate關鍵字連線中間出現空格?

robot framework使用Catenate關鍵字連線中間出現空格?

經過學習查詢,得到關於Catenate連線有三種:(現在進行列舉)

${str1}= Catenate hello world
${str2}= Catenate SEPARATOR=--- hello world
${str3}= Catenate SEPARATOR= hello world

=>

${str1} ='Hello world'

           ${str2} ='Hello---world'

        ${str3} ='Helloworld'

如圖:按第三種去寫就會沒有空格