substr(str,pos,len);//str:字符串,pos:起始位置,len:截断长度
索引是从1开始的
substring(int beginIndex, int endIndex)
索引是从0开始的,包括beginIndex,但不包括endIndex