System.IO.FileInfo   f   =   new   System.IO.FileInfo("c:\aaa.xxx");  
  MessageBox.Show(f.Extension);

相关文章:

  • 2022-12-23
  • 2021-06-01
  • 2021-10-27
  • 2021-08-09
  • 2022-12-23
  • 2021-10-29
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-22
  • 2022-12-23
  • 2021-05-23
  • 2021-12-11
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案