encoding編碼
打開apache-jmeter-2.11\bin\jmeter.properties文件,搜索“encoding”關鍵字,找到如下配置:
# The encoding to be used if none is provided (default ISO-8859-1)
#sampleresult.default.encoding=ISO-8859-1
將注釋刪掉,並改成utf-8編碼,即:
The encoding to be used if none is provided (default utf-8)
sampleresult.default.encoding=utf-8
重啟JMeter即可
