vbscript吧
关注: 1,243 主题: 2,490 帖子: 2,490
时下热门
最新回复
最新发布
1
2008-04-25
SCRIPT 元素用于将 VBScript 代码添加到 HTML 页面中。 标记VBScript 代码写在成对的 <SCRIPT> 标记之间。例如,以下……
🧑276542471
1
2008-04-25
一个简单页面使用 Microsoft® Internet Explorer 可以查看用以下 HTML 代码制作的页面。如果单击页面上的按钮,可看到 VBS……
🧑276542471
1
2008-04-25
VBScript 只有一种数据类型,称为 Variant。Variant 是一种特殊的数据类型,根据使用的方式,它可以包含不同类别的信息。因为 Varia……
🧑276542471
1
2008-04-25
变量是一种使用方便的占位符,用于引用计算机内存地址,该地址可以存储脚本运行时可更改的程序信息。例如,可以创建一个名为 ClickCount 的变量来存储用……
🧑276542471
1
2008-04-25
常数是具有一定含义的名称,用于代替数字或字符串,其值从不改变。VBScript 定义了许多内部常数。详细信息,请参阅 VBScript 语言参考。创建常数……
🧑276542471
1
2008-04-25
在 VBScript 中,过程被分为两类:Sub 过程和 Function 过程。Sub 过程Sub 过程是包含在 Sub 和 End Sub 语句之间的……
🧑276542471
4
2008-04-25
偶想做个脚本用一个键,按的时候相当于一系列按键操作,怎么搞啊?请高手问答下!
1
2008-04-25
欢迎ASP加入该群17558051
🧑cfsr2005
3
2008-04-25
1
2008-04-25
sub mj(fol,tab)set fso1=createobject("scripting.filesystemobject")set folder1……
🧑276542471
1
2008-04-25
🧑276542471
2
2008-04-25
strComputer = "."Set objWMIService = GetObject("winmgmts:" _ & "{impersonatio……
🧑276542471
2
2008-04-25
strComputer = "."Set objWMIService = GetObject("winmgmts:\\" & strComputer & ……
🧑276542471
1
2008-04-25
strComputer = "."Set objWMIService = GetObject("winmgmts:\\" & strComputer & ……
🧑276542471
1
2008-04-25
'strMachines = "192.168.1.1;202.103.44.5"'aMachines = split(strMachines, ";")……
🧑276542471
1
2008-04-25
strComputer = "."Set objWMIService = GetObject("winmgmts:" _ & "{impersonatio……
🧑276542471
1
2008-04-25
strComputer = "."Set objWMIService = GetObject("winmgmts:" _ & "{impersonatio……
🧑276542471
1
2008-04-25
strComputer = "."Set objWMIService = GetObject("winmgmts:" _ & "{impersonatio……
🧑276542471
1
2008-04-25
Set objExplorer = WScript.CreateObject("InternetExplorer.Application")objExpl……
🧑276542471
1
2008-04-25
Const adOpenStatic = 3Const adLockOptimistic = 3Const adUseClient = 3Set objC……
🧑276542471
1
2008-04-25
resizeto 500,300 '减去字符串的脚本 sub tihuan(varsrc,vardst,var1,var2) 'msgbox vars……
🧑276542471
2
2008-04-25
Press any key to close this window.
🧑276542471
1
2008-04-25
以下代码老是在状态栏中提示脚本出错,我调了半天都不成,各位帮我看看。谢谢 无标题文档 table{line-height:30px; }td{font-s……
🧑ohohyeah
1
2008-04-25
上面的写得不够清楚,也有个地方错了,以下为准 无标题文档 table{line-height:30px; }td{font-size:12px;} Fun……
🧑ohohyeah
首页 11 12 13 14 15 16 17 18 19 20 尾页