- 此问题在此处已有答案**:
(9个答案)
How do I convert a String to an int in Java?(47个答案)
2天前关闭.
String str1 = "1234";
integer j = str1.charAt(1);
print(j);
这将返回50作为结果,但我需要2作为答案。
(9个答案)
How do I convert a String to an int in Java?(47个答案)
2天前关闭.
String str1 = "1234";
integer j = str1.charAt(1);
print(j);
这将返回50作为结果,但我需要2作为答案。
1条答案
按热度按时间vm0i2vca1#