摘要:
2020-03-28 每日一例第20天 string fileName = @"D:\music\1.mp3"; //文件是否存在if (File.Exists(fileName)){ //删除文件File.Delete(fileName);} 阅读全文
posted @ 2020-03-28 23:24
winnerljs
阅读(5234)
评论(0)
推荐(0)
摘要:
2020-03-28 每日一例第19天 string fileName = @"D:\music\1.mp3"; //文件是否存在 if (File.Exists(fileName)) { Console.WriteLine("{0}文件存在", fileName); Console.ReadKey 阅读全文
posted @ 2020-03-28 01:43
winnerljs
阅读(3796)
评论(0)
推荐(0)
浙公网安备 33010602011771号