把快递100API源码里面的 String content = new String(b, 0, numRead);String newContent = new String(b, 0, numRead, charSet);换成new String(b, 0, numRead, "UTF-8");就不会乱码了
java中用快递100API查出来的怎么是乱码? 有什么办法解决?
把快递100API源码里面的
String content = new String(b, 0, numRead);
String newContent = new String(b, 0, numRead, charSet);
换成new String(b, 0, numRead, "UTF-8");就不会乱码了2018-03-22
神马意思 么明白、、、2011-07-18