Skip to main content

java方法

tip

用于执行js脚本,可实现简单的数据处理与逻辑定制。

配置说明

js脚本

编写js脚本,若有return,返回值在下一节点可通过_lastRet获取到。

return 1;