String s="中国软件";
       int l = s.length();
       int k = s.getBytes().length ;       System.out.println(l+" "+k);//4 8