有誰能解釋一下Server.MapPath("."), Server.MapPath("~"), Server.MapPath(@"\")和Server.MapPath("/")?
3 回答

當年話下
TA貢獻1890條經驗 獲得超9個贊
1) Server.MapPath(".")
aspx
D:\WebApplications\Collage\Departments
2) Server.MapPath("..")
D:\WebApplications\Collage
3) Server.MapPath("~")
D:\WebApplications\Collage
4) Server.MapPath("/")
C:\Inetpub\wwwroot
- 3 回答
- 0 關注
- 1725 瀏覽
添加回答
舉報
0/150
提交
取消