Web-Harvest: variables!!

 

 

Getting sized of a list variable: ListVariable.toList().size()


Getting content of a string variable: NodeVariable.toString()

 

 

beanshell 中的变量也是 context 中的变量,所以 setContextVar() 不能设置与当前 beanshell 脚本中相同的变量。

 

 

 

你可能感兴趣的:(Web,脚本)