请教,如何获取当前请求URL的文件名?如题,我想得到只是文件而不是整个URL~~[解决办法]sever.mappath [解决办法]Response.Write(System.IO.Path.GetFileName(Request.PhysicalPath));