NSString *path = @"www.GIF.abc"; NSLog(@"%@",path.pathExtension);
path.lowercaseString // www.gif.abc
输出结果:
abc