ASP
本类阅读TOP10
作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站
整理编辑:China ASP
答:sub ShowHex(data) dim l dim i dim ch l=lenB(data) for i = 1 to l ch=midB(data,i,1) h=trim(hex(ascB(ch))) if len(h)=1 then h="0"+h end if response.write h+" " if i mod 15 =0 then response.write "<br>" end if nextend sub
加入时间:1999-11-8阅读次数:635
相关软件: