来源:https://bbs.youkuaiyun.com/topics/392251962?page=1
if (!myDictionary.ContainsKey(System.IO.Path.GetFileName(pa_th[i])))
{
myDictionary.Add(System.IO.Path.GetFileName(pa_th[i]), pa_th[i]);
}
来源:https://bbs.youkuaiyun.com/topics/392251962?page=1
if (!myDictionary.ContainsKey(System.IO.Path.GetFileName(pa_th[i])))
{
myDictionary.Add(System.IO.Path.GetFileName(pa_th[i]), pa_th[i]);
}