代码搜索:VbScript
找到约 10,000 项符合「VbScript」的源代码
代码结果 10,000
www.eeworm.com/read/118560/14863984
asp chkadmin.asp
MsgBox "链接超时,请重新登录!"
location.href = "login.asp"
www.eeworm.com/read/115464/15013503
inc comfun.inc
'fix text for SQL
Function SqlStr( data )
SqlStr = "'" & Replace( data, "'", "''" ) & "'"
End Function
www.eeworm.com/read/115044/15028599
inc comfun.inc
'fix text for SQL
Function SqlStr( data )
SqlStr = "'" & Replace( data, "'", "''" ) & "'"
End Function