java - Conversion of ASCII code to Character doesn't work - Stack Overflow

java - Conversion of ASCII code to Character doesn't work - Stack Overflow

瀏覽:873
日期:2025-11-17
First, i'm beginner in Android development. I would like to know why my app crashes when i try to convert ASCII code to Character. private String crip(String str, String psw) { int code = 0; ... Remember everything in java is zero indexed. So a string tha...看更多