摘要: Path 更改扩展名,连接路径 获取目录信息,文件名,扩展名,绝对路径 string path = @"C:\Users\Lenovo\Pictures"; string fileName = "lyy.jpg"; string fileNameNew = Path.Combine(path, fi 阅读全文
posted @ 2025-10-29 16:50 TheSheep2023 阅读(1) 评论(0) 推荐(0)