我正在尝试在控制台上打印值,但没有看到任何值
代码片段
And prepresp = response.event.txn_count
Then print 'count is : ', response.event.txn_count
Then print 'count is : ', prepresp
Run Code Online (Sandbox Code Playgroud)
您的代码似乎缺少用于定义“prepresp”的“def”关键字
And def prepresp = response.event.txn_count
Then print 'count is : ', response.event.txn_count
Then print 'count is : ', prepresp
Run Code Online (Sandbox Code Playgroud)
这应该有效
| 归档时间: |
|
| 查看次数: |
26863 次 |
| 最近记录: |