摘要: ` static void deleteImageFolder(string targetDirectory) { // 定义允许的图片扩展名(不区分大小写) string[] allowedExtensions = { ".jpg", ".jpeg", ".png", ".gif", ".bmp" 阅读全文
posted @ 2025-05-23 14:16 郭好好GH 阅读(79) 评论(0) 推荐(0)