62,634
社区成员




byte[] b1 = eciCallCics.getRcCommarea();
byte[] b2 = new byte[b1.length-106];
System.arraycopy(b1, 106, b2, 0, b2.length);
String receivedMessage = new String(b2, "935");
byte[] b= new byte[1024];
String str = new String(b,0,b.length);