代码改变世界

随笔档案-2011年6月30日

Server.MapPath

2011-06-30 13:44 by Tracy., 275 阅读, 收藏,
摘要: Server.MapPath specifies the relative or virtual path to map to a physical directory. Server.MapPath(".") returns the current physical directory of the file (e.g. aspx) being executed Server.MapPath(... 阅读全文