亚洲免费乱码视频,日韩 欧美 国产 动漫 一区,97在线观看免费视频播国产,中文字幕亚洲图片

      1. <legend id="ppnor"></legend>

      2. 
        
        <sup id="ppnor"><input id="ppnor"></input></sup>
        <s id="ppnor"></s>

        vbs中獲取腳本當(dāng)前路徑的2個(gè)方法

        字號(hào):


            方法一:
            代碼如下:
            currentpath = createobject("Scripting.FileSystemObject").GetFolder(".").Path
            方法二:
            代碼如下:
            currentpath = createobject("Scripting.FileSystemObject").GetFile(Wscript.ScriptFullName).ParentFolder.Path