exeStr = [filePath lastPathCompoment]; 从链接中读取完整的带后缀文件名称
exeStr = [filePath stringByDeleteExtension]; 从链接中读取不带后缀名的文件名称
fileType = [filePath pathExtension]; 获得链接中文件扩展名,不带"."
exeStr = [filePath stringByDeleteExtension]; 从链接中读取不带后缀名的文件名称
fileType = [filePath pathExtension]; 获得链接中文件扩展名,不带"."