urule icon indicating copy to clipboard operation
urule copied to clipboard

如何在规则配置中取List<String>?

Open 654129588 opened this issue 4 years ago • 1 comments

为了您的问题能得到及时准确解答,请认真填写下面各个选项,感谢您的配合。

  • 当前使用的URule的具体版本号:

URULE PRO

  • 遇到的问题详细描述:

在规则配置中怎么通过下标取List<String>的值?

  • 涉及到的异常信息(完整异常信息):

  • 相关截图:

image

654129588 avatar Mar 23 '21 09:03 654129588

这个可通过扩展ListAction来实现,urule原始代码是不支持这个方法的。

Askerlve avatar Jan 13 '23 03:01 Askerlve