GBK乱码

// ServletInputStream inputStream = request.getInputStream();
// byte[] bytes = new byte[256];
// inputStream.read(bytes);
// String string = new String(bytes,"UTF-8");
// String decode = URLDecoder.decode(string,"GBK");

posted @ 2020-08-18 13:36  ```天真有邪  阅读(153)  评论(0编辑  收藏  举报