junitperf icon indicating copy to clipboard operation
junitperf copied to clipboard

响应时间超过1秒时,ftl脚本输出数字会包含逗号如:1000.00 =>html 1,000.00、

Open NotInWine opened this issue 3 years ago • 0 comments

这样js脚本会报错,解决办法:使用freemarker内部函数?c 输出纯数字。

资料: https://freemarker.apache.org/docs/ref_builtins_number.html#ref_builtin_c https://blog.csdn.net/sayoko06/article/details/80272007

NotInWine avatar Jul 19 '21 02:07 NotInWine