개발/java
gsjava string to byte
철권
2019. 12. 1. 13:57
728x90
String example = "Convert Java String";
byte[] bytes = example.getBytes();
728x90
반응형