一段采集程序代码
<%@LANGUAGE=”JScript” CODEPAGE=”936′′%> [removed] Function bytes2BSTR(vIn) strReturn = “” For i = 1 To LenB(vIn) ThisCharCode = AscB(MidB(vIn,i,1)) If ThisCharCode < &H80 Then strReturn = strReturn & Chr(ThisCharCode) Else
下载地址
用户评论