-2
我正在嘗試使用jmeter random
函數生成positive/negative decimal randomly with 8 digits
。但得到例外。在jmeter中獲取數字格式異常錯誤
我的功能:${__Random(-99.99999999,99.99999999,)}
錯誤:java.lang.NumberFormatException: For input string: "-99.99999999"
注:我在上面傳遞JSON請求。
非常感謝。我正在等待你的回答,因爲我確信你會回答:) –