c#获取歌曲、视频的总长度
c#获取歌曲、视频的总长度//获取视频的长度
public int GetVideoLength(string SongPath)
{
string[] strs = new string[4];
//s
