The simplest way to convert a byte array into String, we can use String class constructor with byte[] as the constructor argument. String str=new String(bytes);.
確定! 回上一頁