StringBuffer sb = new StringBuffer("xiaoye_");
sb.deleteCharAt(sb.length()-1);
System.out.println(sb);