如果使用jmeter進行測試時,接口傳回的Response data裡亂碼,可以加一個BeanShell ,如BeanShell PostProcessor jmeter 接口請求傳回亂碼 在裡面填prev.setDataEncoding("UTF-8"); 即可 jmeter 接口請求傳回亂碼