获取文件后缀名 不包含点号(.),如:'txt'、'png'
static String? getFileSuffix(String fileName) => p.extension(fileName).substring(1);