2017-09-08 87 views

回答

0

使用腳本會話變量QUERY_STRING過程的命名空間,就像這樣:

Set wshShell = CreateObject("WScript.Shell") 
Set wshUserEnv = wshShell.Environment("PROCESS") 
WScript.Echo "Your parameters string is: " & wshUserEnv("QUERY_STRING")