返回列表 发帖
环境变量要用ExpandEnvironmentStrings("%temp%")扩展出来才能用,比如:

Dim WshShell
Set WshShell=WScript.CreateObject("WScript.Shell")
msgbox WshShell.ExpandEnvironmentStrings("%temp%")

其实这些都可以百度到....

TOP

返回列表