java char to int的相關文章
java char to int的相關公司資訊
java char to int的相關商品

How to convert char to int in java? - Yahoo Answers
瀏覽:351
日期:2025-05-01
Try char a = '3'; int num = a - 48; System.out.println("The number is " + num); 48 is
the ascii value for zero. Have fun....看更多