Jmeter If 逻辑控制器的jexl3 函数 与 While 逻辑控制器的javaScript 函数有什么区别吗?
The javaScript function executes a piece of JavaScript (not Java!) code and returns its value __javaScript 执行一段 JavaScript 代码,然后返回值。 The jexl function returns the result of evaluating a Commons JEXL expression. See links below for more information on JEXL expressions. 执行 JEXL 表达式。
The javaScript function executes a piece of JavaScript (not Java!) code and returns its value __javaScript 执行一段 JavaScript 代码,然后返回值。
The jexl function returns the result of evaluating a Commons JEXL expression. See links below for more information on JEXL expressions. 执行 JEXL 表达式。
JEXL is a library intended to facilitate the implementation of dynamic and scripting features in applications and frameworks written in Java.
http://commons.apache.org/proper/commons-jexl/changes-report.html
https://commons.apache.org/proper/commons-jexl/download_jexl.cgi
Jexl - Javascript Expression Language: Powerful context-based expression parser and evaluator
我过去看了,还是不明白,能说下吗
懂了,一个 javaScript,一个 java。 好奇怪,jmeter while 控制器 有用 js 来判断,if 控制器用 java 来判断。。。