久久久久久久性爱潮,国产又粗又猛又爽又黄下载视频,尤物国产在线一区视频,欧美日本国产在线不卡

<sup id="4uqqy"><ol id="4uqqy"></ol></sup>
  • <th id="4uqqy"></th>

      • <strike id="4uqqy"><nobr id="4uqqy"><ins id="4uqqy"></ins></nobr></strike><sup id="4uqqy"></sup><strong id="4uqqy"><u id="4uqqy"></u></strong>
        <sub id="4uqqy"></sub>

          綠色資源網(wǎng):您身邊最放心的安全下載站! 最新軟件|熱門排行|軟件分類|軟件專題|廠商大全

          綠色資源網(wǎng)

          技術(shù)教程
          您的位置:首頁網(wǎng)絡(luò)編程Asp編程 → asp中將相對(duì)路徑轉(zhuǎn)換為絕對(duì)路徑的函數(shù)

          asp中將相對(duì)路徑轉(zhuǎn)換為絕對(duì)路徑的函數(shù)

          我要評(píng)論 2011/05/28 21:01:20 來源:綠色資源網(wǎng) 編輯:downcc.com [ ] 評(píng)論:0 點(diǎn)擊:345次

          '================================================
          ' 函數(shù)名:ChkMapPath
          ' 作 用:相對(duì)路徑轉(zhuǎn)換為絕對(duì)路徑
          ' 參 數(shù):strPath ----原路徑
          ' 返回值:絕對(duì)路徑
          '================================================
          Function ChkMapPath(ByVal strPath)
          Dim fullPath
          strPath = Replace(Replace(Trim(strPath), "/", "\"), "\\", "\")

          If strPath = "" Then strPath = "."
          If InStr(strPath,":\") = 0 Then
          fullPath = Server.MapPath(strPath)
          Else
          strPath = Replace(strPath,"..\","")
          fullPath = Trim(strPath)
          If Right(fullPath, 1) = "\" Then
          fullPath = Left(fullPath, Len(fullPath) - 1)
          End If
          End If
          ChkMapPath = fullPath
          End Function

          關(guān)鍵詞:asp

          閱讀本文后您有什么感想? 已有 人給出評(píng)價(jià)!

          • 1 歡迎喜歡
          • 1 白癡
          • 1 拜托
          • 1 哇
          • 1 加油
          • 1 鄙視