可以使用ByteString的toString()方法将其转换为String。例如: ByteString byteString = ByteString.copyFromUtf8("Hello World"); String string = byteString.toString();