home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
221.214.14.186
/
221.214.14.186.tar
/
221.214.14.186
/
wh
/
zz
/
fanyi.asp
< prev
next >
Wrap
Text File
|
2008-07-28
|
2KB
|
62 lines
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<% Option Explicit %>
<%
Dim tqxxString,fxString'▒¿╬─╡τ┬δ╫╓╖√┤«
Dim htqxxString,hfxString,hflString'╖¡╥δ│╔║║╫╓╫╓╖√┤«
Dim tqxxArray,fxArray '▒¿╬─╡τ┬δ╩²╫Θ
Dim htqxxArray,hfxArray,hflArray'╖¡╥δ│╔║║╫╓╩²╫Θ
Dim y,z,k,h,m
dim n
tqxxString = "00,01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31"
fxString="0,1,2,3,4,5,6,7,8,9"
htqxxString="╟τ,╢α╘╞,╥⌡,╒≤╙Ω,└╫╒≤╙Ω,└╫╒≤╙Ω░Θ╙╨▒∙▒ó,╙Ω╝╨╤⌐,╨í╙Ω,╓╨╙Ω,┤≤╙Ω,▒⌐╙Ω,┤≤▒⌐╙Ω,╠╪┤≤▒⌐╙Ω,╒≤╤⌐,╨í╤⌐,╓╨╤⌐,┤≤╤⌐,▒⌐╤⌐,╬φ,╢│╙Ω,╔││╛▒⌐,╨í╡╜╓╨╙Ω,╓╨╡╜┤≤╙Ω,┤≤╡╜▒⌐╙Ω,┤≤▒⌐╙Ω╡╜╠╪┤≤▒⌐╙Ω,╨í╡╜╓╨╤⌐,╓╨╡╜┤≤╤⌐,┤≤╡╜▒⌐╤⌐,╕í│╛,╤∩╔│,╟┐╔││╛▒⌐"
hfxString="╛▓╖τ,╢½▒▒╖τ,▒Γ╢½╖τ,╢½─╧╖τ,─╧╖τ,╬≈─╧╖τ,▒Γ╬≈╖τ,╬≈▒▒╖τ,▒▒╖τ,╨²╖τ"
hflString="╛▓╖τ,3-4╝╢,4-5╝╢,5-6╝╢,6-7╝╢,7-8╝╢,8-9╝╢,9-10╝╢,10-11╝╢,11-12╝╢"
tqxxArray= split(tqxxString,",")
For y=0 to Ubound(tqxxArray)
Response.write "tqxxArray"&(y)&tqxxArray(y) & "<br>"
Next
fxArray= split(fxString,",")
For z=0 to Ubound(fxArray)
Response.write "fxArray"&z&fxArray(z) & "<br>"
Next
htqxxArray= split(htqxxString,",")
For k=0 to Ubound(htqxxArray)
Response.write "htqxxArray"&k&htqxxArray(k) & "<br>"
Next
hfxArray= split(hfxString,",")
For h=0 to Ubound(hfxArray)
Response.Write("hfxArray"&h& "<br>")
'Response.write "hfxArray"&h&hfxArray(h) & "<br>"
Response.Write(hfxArray(h)& "<br>")
Next
hflArray= split(hflString,",")
For m=0 to Ubound(hflArray)
Response.Write("hflArray"&m& "<br>")
'Response.write "hflArray"&m&hflArray(m) & "<br>"
Response.Write(hflArray(m) & "<br>")
Next
n=07
dim b
' for y=0 to 31
'
' b=tqxxArray(y)
' if b=n then
' k=y
' n=htqxxArray(k)
' next
%>