获取地址中的文件名但不包含扩展名
static String? getUrlFileNameNoExtension(String? url) => p.basenameWithoutExtension(url ?? '');