1.截取字符串(获取后缀)
right(file_path,LOCATE('.',REVERSE(file_path))-1)
right 从字符串右边开始截取几位
locate str 在 Str里第一次出现的位置
reverse 将字符串倒序