问答题

System.out.println("str中的第"+m+"个字符是:

【参考答案】


str.length();
m<size;
char c=str.charAt(m);