2025-11-05 08:57:12分类:数据库阅读(292) 
何使化组
复制$scriptControl=New-Object-ComObjectScriptControl $scriptControl.Language=‘VBScript’ $scriptControl.AddCode( ‘FunctionShowMessage(messageToDisplay) MsgBoxmessageToDisplay EndFunction’) $scriptControl.ExecuteStatement(‘ShowMessage “HelloWorld”’) 1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.