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

當(dāng)年話下
TA貢獻(xiàn)1890條經(jīng)驗(yàn) 獲得超9個(gè)贊
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 關(guān)注
- 1735 瀏覽
添加回答
舉報(bào)
0/150
提交
取消