摘要: C# 获取 mp3文件信息【包括:文件大小、歌曲长度、歌手、专辑】 第一种方式:[代码已验证] // http://bbs.csdn.net/topics/390392612 string file = @"E:\滴答.mp3"; ShellClass sh = new ShellClass(); 阅读全文
posted @ 2014-03-04 17:50 把爱延续 阅读(12571) 评论(3) 推荐(1)