String方法 String substring(int begin,int end):返回原字符串从索引begin到end-1的子字符串int lastIndexOf(String s):返回字符串中最后一次出现s位置的索引