估计你是通过get方式提交到后台的,
可以在后台做个转换:
String str = new String("你的乱码字符串".getBytes("iso-8859-1"),"UTF-8");
可以在提交的时候对提交的内容进行转码