ajax返回json值乱码?
加上下面这两行代码:String str = new String(buyer.getBuyerNick().getBytes("iso-8859-1"),"utf-8"); buyer.setBuyerNick(str); 然后抛一下异常就好了。