English 中文(简体)
字面上的3个新字?
原标题:What is 3Dnew in Vbscript?
  • 时间:2010-07-04 14:29:35
  •  标签:
  • vbscript

首先,我对甚布特或任何微软技术没有任何想法。 我在我使用的一个网站和曲线的网站上就座。

var locator=3Dnew ActiveXObject("WbemScripting.SWbemLocator");
var service =3D locator.ConnectServer(".");
var properties=3Dservice.ExecQuery("select * from =
win32_NetworkAdapterConfiguration");

文字中有许多3D。 谁能解释这种含义? 如果是VBscript,我不相信100%。 谁能向我开课?

最佳回答

它不是VB文本。 它对档案的编码造成问题。 序列 =3D是美国-美国国际船舶和公司在

问题回答

暂无回答




相关问题
What approach should I use to test a VBScript?

I ve been asked to help out with a project which has made extensive use of VBScript to process a whole bunch of text files and generate certain outputs - sanitized files, SQL entries etc.. The script ...

Unable to call c# code from vbscript - ActiveX error

I am trying to call a method I have written in C# from VBScript. I have followed just about all of the instructions I can find on the web and am still having problems. Specifically I am getting Error:...

How to set delay in vbscript

How to set delay in vbscript? WScript.Sleep(100) does not work on Windows XP, Vista.

Using Classes in a Dictionary in Classic ASP

I usually do C# but have inherited a classic ASP project. I have defined a class: Class clsPayment Public Name End Class Set objPayment = New clsPayment objPayment.Name = "...

How to check which Operating System?

How can I check OS version in a batch file or through a vbs in an Windows 2k/2k3 environment ? You know ... Something like ... : "If winver Win2k then ... or if winver Win2k3 then ....

Problem casting field when querying spreadsheet

I am trying to query an .xls spreadsheet with VBScript, but I have run into an issue when trying to cast a field. I connect to the spreadsheet like this. Set objConnection = CreateObject("ADODB....

热门标签