sturts2 从页面传值乱码问题用sturts2做一个用户留言功能。在Action里面get出来的数据为中文乱码,请问怎么解决?[解决办法] String t=new String("留言内容".getBytes("iso-8859-1"),"UTF-8");试试