//获取文件的后缀
String prefix=fileName.substring(index+1,fileName.length());
这段代码不知道该怎么理解
就是获取fileName 这个字符串从第index+1位置开始到fileName.length()位置之间的子字符串