g495326 当前离线
一级士官
Option Explicit Call main() Function main() Dim tmpObj tmpObj = RetObj() End Function Function RetObj() Dim WshShell Set WshShell = WScript.CreateObject("Wscript.Shell") RetObj = WshShell End Function复制代码
评分人数
CrLf 当前离线
论坛巡查
Set RetObj = WshShell复制代码
TOP
yiwuyun 当前离线
四级士官
Option Explicit Call main() Function main() Dim tmpObj Set tmpObj = RetObj() End Function Function RetObj() Dim WshShell Set WshShell = WScript.CreateObject("Wscript.Shell") Set RetObj = WshShell End Function复制代码