查看完整版本: asp相对路径转绝对路径

bhcode 2008-7-31 16:15

asp相对路径转绝对路径

[code]'相对路径转绝对路径
Function Spath(Rpath)
    Spath=Server.MapPath(Rpath)
End Function[/code]
页: [1]
查看完整版本: asp相对路径转绝对路径