时间:2021-07-01 10:21:17 帮助过:31人阅读
currentpath = createobject("Scripting.FileSystemObject").GetFolder(".").Path
方法二:
currentpath = createobject("Scripting.FileSystemObject").GetFile(Wscript.ScriptFullName).ParentFolder.Path
更多vbs中获取脚本当前路径的2个方法相关文章请关注PHP中文网!