X2.2.0新增
sp_get_file_extension($filename)
获取文件扩展名
$filename: 文件名
$filename
类型string,文件扩展名
$suffix = sp_get_file_extension('23232.png');