Get a byte array in the default encoding format of the operating system. This means that under different operating systems, the returned things are different!
byte[] a = “中”.getBytes()
Get a byte array in the default encoding format of the operating system. This means that under different operating systems, the returned things are different!
byte[] a = “中”.getBytes()