request传值乱码问题 1.接收数据时在前面加一句request.setCharacterEncoding(“utf-8”); 2.如果是用form提交数据,加上method,用get或者post都可以。 。。。。一个下午改乱码的血泪史