String jsoncode = sb.toString(); byte[] s= jsoncode.getBytes(); jsoncode = new String(s,"utf-16le"); Log.d("www",jsoncode);
java unicode c++ socket
最新推荐文章于 2024-06-21 13:59:32 发布
String jsoncode = sb.toString(); byte[] s= jsoncode.getBytes(); jsoncode = new String(s,"utf-16le"); Log.d("www",jsoncode);