VBScript---CreateObject函数

Set myObj = CreateObject("WScript.Shell")
Set myObj = CreateObject("Excel.Application")
Set myObj = CreateObject("Scripting.FileSystemObject")
Set myObj = CreateObject("Scripting.Dictionary")
Set myObj = CreateObject("ADODB.Connection")
Set myObj = CreateObject("ADODB.Recordset")
Set myObj = CreateObject("Microsoft.XMLDOM")
Set myObj = CreateObject("InternetExplorer.Application")

posted on 2012-04-04 01:27  大辉4266  阅读(740)  评论(0编辑  收藏  举报

导航