62,634
社区成员




byte[] bytes = new byte[] { 50, 0, -1, 28, -24 };
String sendString = "";
try {
sendString=new String(bytes ,"UTF-8");
} catch (UnsupportedEncodingException e) {
// TODO 尚未处理异常
e.printStackTrace();
}
System.out.println(sendString);