class StringDemo3{  public static void main(String[] args) {  String str="java技术学习班20070326";  System.out.println(str.charAt(8));

} }

字符串作业3

相关文章: