字符串作业6

public class StringDemo6{
 public static void main(String s[]) {
  String str="320122198501103616";
  str = str.substring(6, 14);
  System.out.println(str);
  }
 }

posted @ 2016-04-01 11:12  Xcode1003  阅读(114)  评论(0编辑  收藏  举报