C#通过文件路径获取文件名
string fullPath = @"\WebSite1\Default.aspx";
string filename = System.IO.Path.GetFileName(fullPath);//文件名 “Default.aspx”
01-23
1224

10-23
2644

07-21
832

06-23
371
