您好,关于robotframework的create dictionary关键字,可以使用Python中的int()函数 报错Resolving variable '${int(123)}' failed: Variable '${int}' not found.将字符串类型的值转换为整数类型,示例如下: *** Test Cases *** Example ${dict}= Create Dictionary key1 ${int(123)} key2 ${int(456)} Log ${dict} 在上述示例中,使用了Python中的int()函数将字符串类型的值转换为整数类型,从而保留了Int类型。
时间: 2023-04-02 09:02:15 浏览: 126
HuhuSeg:简单中文分割器,关键字提取器和其他示例
您好,关于robotframework的create dictionary关键字,可以使用Python中的int()函数将字符串类型的值转换为整数类型,示例如下:
*** Test Cases ***
Example
${dict}= Create Dictionary key1 ${int(123)} key2 ${int(456)}
Log ${dict}
在上述示例中,使用了Python中的int()函数将字符串类型的值转换为整数类型,从而保留了Int类型。
阅读全文