代码搜索:VbScript
找到约 10,000 项符合「VbScript」的源代码
代码结果 10,000
www.eeworm.com/read/102860/15755474
asp sessionid.asp
Sub showsessionID()
MsgBox "你的SessionID是:" &
End Sub
www.eeworm.com/read/102277/15787508
inc comfun.inc
'fix text for SQL
Function SqlStr( data )
SqlStr = "'" & Replace( data, "'", "''" ) & "'"
End Function