string url = Request.FilePath.ToString();
string file = url.Substring(url.LastIndexOf("/") + 1);

相关文章:

  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
  • 2021-11-23
  • 2022-12-23
  • 2021-10-26
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-01
相关资源
相似解决方案