代码搜索:VbScript

找到约 10,000 项符合「VbScript」的源代码

代码结果 10,000
www.eeworm.com/read/284499/8924722

asp logout.asp

www.eeworm.com/read/426641/9007695

html web31.html

Dim fso,myfolder,msg Set fso=CreateObject("scripting.filesystemobject") myfolder="d:/java" If fso.folderexists(myfolder)Then msg=myfolder+"exists" Else msg=myfolder
www.eeworm.com/read/426641/9007707

html web30.html

the page is very good Sub button1_onclick() Dim a,b,c a="C\user\program\web.html" b=InstrRev(a,"\") c=Mid(a,b+1) Msg
www.eeworm.com/read/426641/9007722

html web35.html

Dim fso,myfile Set fso=CreateObject("Scripting.fileSystemobject") myfile="D:\java.text" fso.deletefile(myfile) Set fso=Nothing
www.eeworm.com/read/185522/9033651

htm asp3.htm

ASP教程:ASP脚本基础
www.eeworm.com/read/185522/9033666

htm asp4.htm

ASP教程:ASP脚本变量、函数、过程和条件语句
www.eeworm.com/read/184116/9121124

htm ss_select.htm

On Error Resume Next Dim ss Set ss=CreateObject("SSReader.SSAPI") if err0 then Alert ("创建对象失败!") else ss.GetDoc external.menuArguments.document,1,0 '选中
www.eeworm.com/read/184116/9121268

htm ss_all.htm

On Error Resume Next Dim ss Set ss=CreateObject("SSReader.SSAPI") if err0 then Alert ("创建对象失败!") else ss.GetDoc external.menuArguments.document,0,0 '整个
www.eeworm.com/read/281767/9136277

asp checkuser.asp

www.eeworm.com/read/183782/9138769

asp news_del.asp