当我尝试在 jmeter 中执行以下代码时:
import org.json.JSONArray;
import org.json.JSONObject;
String jsonString = prev . . . ''
我收到以下错误:
ERROR - jmeter.util.BeanShellInterpreter: Error invoking bsh method: eval Sourced file: inline evaluation of:
import org.json.JSONArray; import org.json.JSONObject; String jsonString = prev
: Typed variable declaration : Object constructor
script org.apache.jorphan.util.JMeterException: Error invoking bsh method: eval Sourced file: inline evaluation of:
import org.json.JSONArray;
import org.json.JSONObject;
String jsonString = prev . . . '' :
Typed variable declaration :
Object constructor
我不知道这意味着什么。