String str_msgContent ="zhengxiaojie";
byte[] msgContent ;
如何把str_msgContent中的内容存到msgContent中。。
------解决方案--------------------------------------------------------
- Java code
是这个意思么?String str_msgContent ="zhengxiaojie";byte[] msgContent ;msgContent = str_msgContent.getBytes();什么不是整形什么意思?
------解决方案--------------------------------------------------------
String s = Charset.forName("UTF-8").decode(ByteBuffer.wrap(ssss)).toString();