猿问

换行的问题弄不懂

if(Integer.toHexString(byte[i]).equals("\r\n") || i==byte.length-1)

if(Integer.toHexString(byte[i]).equals("a") || i == byte.length-1){

 

闹不懂,java换行不是第一种那样写么

 

 

String s = new String(resData,"utf-8");
System.out.println(s);

这代码为什么到最后还是中文乱码

杨__羊羊
浏览 463回答 2
2回答

MMMHUHU

没弄过,你这是什么工作。。。。。

温温酱

String user="字符串";(是用get接受请求吗) user=new String(user.getBytes("iso-8859-1","utf-8")
随时随地看视频慕课网APP

相关分类

Java
我要回答