string i1 = context.Request.PhysicalPath; string i2 = context.Server.MapPath(context.Request.FilePath); 同樣是得到路徑 但是有什么區別呢?? 查看完整描述