|
|
@@ -122,9 +122,9 @@ public class AjaxResult<T> {
|
|
|
}
|
|
|
|
|
|
// 获取并打印文本
|
|
|
- String string = bundle.getString(message);
|
|
|
- byte[] arr = string.getBytes("ISO-8859-1");
|
|
|
- return new String(arr, "UTF-8");
|
|
|
+ /* String string = bundle.getString(message);
|
|
|
+ byte[] arr = string.getBytes("ISO-8859-1");*/
|
|
|
+ return bundle.getString(message);
|
|
|
} catch (Exception e) {
|
|
|
return null;
|
|
|
}
|