home *** CD-ROM | disk | FTP | other *** search
/ 221.214.14.186 / 221.214.14.186.tar / 221.214.14.186 / wh / zz / index-2.asp < prev    next >
Text File  |  2008-08-05  |  17KB  |  573 lines

  1. <%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
  2. <% Option Explicit %>
  3. <% 
  4. Const limit_ZC=1000 
  5. Const limit_NN=1000 
  6. Const limit_dd=200  
  7. Dim FolderPath,Text,objFSO,objFolder,Files,eFile,ObjTs,FileName
  8. Dim fz1,fz2,fdz'╒╥╡╜zczc╡─╬╗╓├
  9. Dim fs1,fs2,fds'╒╥╡╜FSCI40╡─╬╗╓├
  10.  
  11. Dim fda'╒╥╡╜cca╡─╬╗╓├,cca╕ⁿ╒²▒¿
  12. Dim fd1,fd2,fdd'╒╥╡╜=╡─╬╗╓├
  13. Dim f1,f2,f3,f4,f5
  14.  
  15. Dim i'╥╘"NNNN"╬¬╖╓╕⌠╡─╤¡╗╖
  16. dim j'╜╪│÷"="╓«╟░╡─╬─╝■╤¡╗╖
  17.  
  18.  
  19. ReDim TotalZ(limit_ZC)'╜╪│÷"ZCZC"╡─╩²╫Θ
  20.  
  21. ReDim Totald(limit_dd)'╜╪│÷"="╡─╩²╫Θ
  22.  
  23.  
  24. dim TotalA'╜╪│÷"ZCZC"╕÷╩²
  25. dim TotalB'╜╪│÷"NNNN"╡─╕÷╩²
  26. dim TotalC'╜╪│÷"="╡─╕÷╩²
  27.  
  28. dim headinfo'╜╪│÷▒¿═╖┤╙ZCZC║═NNNN╓«╝Σ╡──┌╚▌
  29. dim infoFS '╚Ñ╡⌠═╖▒¿═╖ZCZC╡──┌╚▌ú¼┤╙FSCI40┐¬╩╝╡──┌╚▌
  30. dim info '╜╪│÷▓╗┤°▒¿═╖fsci40╡─▒¿╬─
  31. dim data '╚Ñ╡⌠FSCI40ú¼├┐╕÷╒╛╡π╡─╘ñ▒¿─┌╚▌
  32. dim L'├┐╖▌▒¿╬─╨í╙┌90╫╓╜┌╬¬┤φ▒¿ú¼─┌╚▌▓╗═Ω╚½┤φ▒¿
  33. dim sz'├┐╖╓▒¿╬─╡─╡┌╥╗╕÷╩²╫╓╩╟▓╗╩╟5
  34. dim qh '╟°║┼
  35. dim time'╖ó▒¿╩▒╝Σ
  36. Redim tq(30)'▒¿╬─╩²╫Θtq(25)24╨í╩▒╖τ┴ª1ú¼tq(26)24╨í╩▒╖τ┴ª2ú¼tq(27)ú¼tq(28)48╨í╩▒╖τ┴ª1ú¼tq(29)ú¼tq(30)72╨í╩▒╖τ┴ª1
  37. dim t1,t2,t3,t4
  38.  
  39.  
  40.  
  41. FolderPath = "yubao"
  42. Set objFSO = Server.CreateObject("Scripting.FileSystemObject")
  43. Set objFolder = objFSO.GetFolder(Server.MapPath(FolderPath))
  44. Set Files = objFolder.Files
  45. For Each eFile In Files 
  46. FileName = eFile.Name
  47. Set ObjTs = objFSO.opentextfile(Server.MapPath(FolderPath)&"\"&FileName,1)
  48.  
  49.  
  50.   If Not ObjTs.AtEndOfStream Then
  51.   Text = Text&ObjTs.Readall
  52.    End If
  53.  
  54. next
  55.  
  56. Text=Split(Text,"NNNN")
  57.    For i=0 to ubound(Text) 
  58.      TotalA=i
  59.     next
  60. Response.Write("<font color=Green>╬─╝■╕÷╩²</font>"&TotalA&"<br>")
  61.  
  62. '╢┴│÷╒╛╡π╩²╛▌
  63. Dim objTS1,objTS2
  64. Dim FilePath1,FilePath2
  65. Dim zd,zdhz
  66. Dim z1,z2
  67. Dim Num
  68. Dim zdArray(2432)
  69. Dim zdhzArray(2432)
  70. Dim AtEndOfStream
  71. FilePath1 = "zd.asp"
  72. FilePath1 = Server.MapPath(FilePath1)
  73. FilePath2 = "zdhz.asp"
  74. FilePath2 = Server.MapPath(FilePath2)
  75.  
  76. Set objTS1 = objFSO.OpenTextFile(FilePath1, 1)
  77.  
  78. Num = 2432
  79.   For z1 = 0 to Num
  80.     zd = objTS1.ReadLine
  81.     zdArray(z1)=zd 
  82.    Next
  83.  
  84. Set objTS2 = objFSO.OpenTextFile(FilePath2, 1)
  85.  Num = 2432
  86.  For z2 = 0 to Num
  87.    zdhz = objTS2.ReadLine
  88.    zdhzArray(z2)=zdhz 
  89.  Next
  90.  
  91.  
  92. Set objTS2 = nothing
  93. Set objTS1 = nothing
  94. set objTS = nothing
  95. set Files = nothing
  96. set objFolder = nothing
  97. Set objFSO = nothing
  98.  
  99. '╧┬├µ╩╟╠∞╞°╡τ┬δ║═╠∞╞°╧╓╧≤
  100.  
  101. Dim tqxxString,fxString'▒¿╬─╡τ┬δ╫╓╖√┤«
  102. Dim htqxxString,hfxString,hflString'╖¡╥δ│╔║║╫╓╫╓╖√┤«
  103. Dim tqxxArray,fxArray '▒¿╬─╡τ┬δ╩²╫Θ
  104. Dim htqxxArray,hfxArray,hflArray'╖¡╥δ│╔║║╫╓╩²╫Θ
  105. Dim y1,y2,y3,y4,y5
  106.  
  107.  
  108. 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"
  109. fxString="0,1,2,3,4,5,6,7,8,9"
  110. htqxxString="╟τ,╢α╘╞,╥⌡,╒≤╙Ω,└╫╒≤╙Ω,└╫╒≤╙Ω░Θ╙╨▒∙▒ó,╙Ω╝╨╤⌐,╨í╙Ω,╓╨╙Ω,┤≤╙Ω,▒⌐╙Ω,┤≤▒⌐╙Ω,╠╪┤≤▒⌐╙Ω,╒≤╤⌐,╨í╤⌐,╓╨╤⌐,┤≤╤⌐,▒⌐╤⌐,╬φ,╢│╙Ω,╔││╛▒⌐,╨í╡╜╓╨╙Ω,╓╨╡╜┤≤╙Ω,┤≤╡╜▒⌐╙Ω,┤≤▒⌐╙Ω╡╜╠╪┤≤▒⌐╙Ω,╨í╡╜╓╨╤⌐,╓╨╡╜┤≤╤⌐,┤≤╡╜▒⌐╤⌐,╕í│╛,╤∩╔│,╟┐╔││╛▒⌐"
  111. hfxString="╬ó╖τ,╢½▒▒╖τ,╞½╢½╖τ,╢½─╧╖τ,─╧╖τ,╬≈─╧╖τ,╞½╬≈╖τ,╬≈▒▒╖τ,▒▒╖τ,╨²╖τ"
  112. hflString="╬ó╖τ,3-4╝╢,4-5╝╢,5-6╝╢,6-7╝╢,7-8╝╢,8-9╝╢,9-10╝╢,10-11╝╢,11-12╝╢"
  113.  
  114. tqxxArray= split(tqxxString,",")
  115.    For y1=0 to Ubound(tqxxArray)
  116. Next
  117.  
  118. fxArray= split(fxString,",")
  119.    For y2=0 to Ubound(fxArray)
  120. Next
  121.  
  122. htqxxArray= split(htqxxString,",")
  123.    For y3=0 to Ubound(htqxxArray)
  124. Next
  125.  
  126.  
  127.  
  128. hfxArray= split(hfxString,",")
  129.    For y4=0 to Ubound(hfxArray)
  130. Next
  131.  
  132. hflArray= split(hflString,",")
  133.   For y5=0 to Ubound(hflArray)
  134. Next
  135.  
  136. '┤≥┐¬╩²╛▌┐Γ
  137. dim Conn
  138.   Conn="Provider=Microsoft.Jet.OLEDB.4.0;Data Source="&Server.MapPath("data/data.mdb")
  139. dim Rs,Sql 
  140. set Rs=server.CreateObject("adodb.recordset")
  141. Sql="[yubao]"
  142. Rs.open Sql,Conn,1,3
  143.  
  144. '╒╥╡╜ZCZC╡─╬╗╓├
  145.    for i=0 to (totalA-1)
  146.     fdz=instr(1,Text(i),"ZCZC")
  147.      if fdz<>0 then
  148.      headinfo=Mid(Text(i),fdz)
  149.       fds=instr(headinfo,"FSCI40")'╒╥╡╜"FSCI40"
  150.       fda=instr(headinfo,"CC")'╒╥╡╜"CC"
  151.        if fds<>0 then
  152.         infoFS=Mid(headinfo, fds)'╜╪│÷┤°fsci40╡─▒¿╬─
  153.          qh=Mid(infoFS,8,4)'╜╪│÷╟°║┼
  154.          'Response.Write("<font color=Blue>╩í╡╪╟°┤·┬δ</font>"&qh&"<br>")
  155.                   
  156.          if fda=0 then
  157.           
  158.            info=Mid(infoFS, 19)'╜╪│÷▓╗┤°▒¿═╖fsci40╡─▒¿╬─
  159.            
  160.                       
  161.            '╒╥╡╜=╡╚║┼
  162.             j=0
  163.                do 
  164.                    fdd=instr(fdd+1,info,"=")'╒╥╡╜=╡╚║┼
  165.                  if fdd=0 Then Exit Do
  166.                    if j<=limit_dd then
  167.                     Totald(j)=fdd
  168.                     
  169.                     TotalC=j
  170.                     j=j+1
  171.                    End if
  172.                 loop
  173.                For j=0 to TotalC
  174.                   fd2=Totald(j)
  175.                 
  176.                   if j=0 then
  177.                    data=Mid(info,1,fd2-1)
  178.                   Else
  179.                    fd1=Totald(j-1)
  180.                    data=Mid(info,fd1+1,fd2-fd1-1)
  181.                   End if
  182.                       
  183.                     data=Trim(data)
  184.                     sz=instr(data,5)
  185.                     
  186.                    if sz=3 then
  187.                      data=Mid(data,3)
  188.                        ElseIf sz=4 then
  189.                         data=Mid(data,4)
  190.                          Response.Write(data&"<br>")
  191.                     
  192.                         L=len(data)
  193.                         if L>95 then
  194.  
  195.                         data=LTrim(data)
  196.                         '╖╓│÷▒¿╬─╕≈╕÷─┌╚▌
  197.                         Response.Write("<font color=Blue>╩í╡╪╟°┤·┬δ</font>"&qh&"<br>")
  198.                         tq(0)=mid(data,1,5)
  199.                     '╖¡╥δ╓╨╬─╒╛╡π
  200.                                                 
  201.                          for z1=0 to 2432
  202.                              t1=zdArray(z1)
  203.                             if tq(0)=zdArray(z1)then
  204.                             
  205.                              z2=z1
  206.                              
  207.                              tq(0)=zdhzArray(z2)
  208.                            Exit for
  209.                            End if
  210.                           next
  211.                         Response.Write("<font color=red>╓╨╬─╒╛╡π</font>"&tq(0)&"<br>")  
  212.  
  213.                         tq(1)=mid(data,8,2)
  214.                           for y1=0 to 31
  215.        
  216.                           t2=tqxxArray(y1)
  217.                             if t2=tq(1) then
  218.                              y3=y1
  219.                          
  220.                             tq(1)=htqxxArray(y3)
  221.                           Exit for
  222.                           End if
  223.                        Next
  224.                         tq(2)=mid(data,10,2)
  225.                          for y1=0 to 31
  226.        
  227.                           t2=tqxxArray(y1)
  228.                             if t2=tq(2) then
  229.                              y3=y1
  230.                          
  231.                             tq(2)=htqxxArray(y3)
  232.                           Exit for
  233.                           End if
  234.                        Next
  235.                        if tq(1)=tq(2) then 
  236.                           tq(1)=tq(1)
  237.                           Else
  238.                           tq(1)=tq(1)+"╫¬"+tq(2)
  239.                           End if
  240.                           Response.Write("<font color=Green>24╨í╩▒╠∞╞°╘ñ▒¿:</font>"&tq(1)&",")
  241.                           
  242.                         tq(3)=mid(data,14,1)
  243.                          for y2=0 to 9
  244.                              t2=fxArray(y2)
  245.                               if t2=tq(3) then
  246.                             y4=y2
  247.                               tq(3)=hfxArray(y4)
  248.                              Exit for
  249.                              End if
  250.                            Next
  251.  
  252.                         tq(4)=mid(data,15,1)                        
  253.                          for y2=0 to 9
  254.                               t2=fxArray(y2)
  255.                               if t2=tq(4) then
  256.                             y4=y2
  257.                               tq(4)=hfxArray(y4)
  258.                              Exit for
  259.                              End if
  260.                            Next
  261.  
  262.                         tq(5)=mid(data,16,1)                        
  263.                          for y2=0 to 9
  264.                               t2=fxArray(y2)
  265.                               if t2=tq(5) then
  266.                               y5=y2
  267.                               tq(25)=hflArray(y5)
  268.                              Exit for
  269.                              End if
  270.                            Next
  271.  
  272.                         tq(6)=mid(data,17,1)
  273.                            for y2=0 to 9
  274.                                  t2=fxArray(y2)
  275.                                   if t2=tq(6) then
  276.                                 y5=y2
  277.                                 tq(26)=hflArray(y5)
  278.                                Exit for
  279.                                End if
  280.                            Next
  281.                            if tq(3)=tq(4) and tq(25)=tq(26) and tq(3)=tq(25) then 
  282.                               tq(3)=tq(3)
  283.                                ElseIf tq(3)=tq(4) and tq(25)=tq(26) and tq(3)<>tq(25) then 
  284.                                 tq(3)=tq(3)+tq(25)
  285.                                 ElseIf tq(3)=tq(4) and tq(5)>tq(6) then 
  286.                                  tq(3)=tq(3)+tq(25)+"╝⌡╚⌡╬¬" +tq(26)
  287.                                  ElseIf tq(3)=tq(4) and tq(5)<tq(6) then 
  288.                                  tq(3)=tq(3)+tq(25)+"╘÷╟┐╡╜" +tq(26)
  289.                                  ElseIf tq(3)<>tq(4) and tq(3)="╬ó╖τ" then 
  290.                                  tq(3)=tq(4)+tq(26) 
  291.                                  ElseIf tq(3)<>tq(4) and tq(4)="╬ó╖τ" then 
  292.                                  tq(3)=tq(3)+tq(25) 
  293.                                  ElseIf tq(3)<>tq(4) and tq(5)=tq(6) then 
  294.                                  tq(3)=tq(3)+"╫¬"+tq(4)+tq(25) 
  295.                                   ElseIf tq(3)<>tq(4) and tq(5)<>tq(6) then
  296.                                    tq(3)=tq(3)+tq(25) +"╫¬"+tq(4)+tq(26)
  297.                                    Else 
  298.                                     tq(3)=""
  299.                              End if
  300.                         Response.Write(tq(3)&",")     
  301.  
  302.                         
  303.                         tq(7)=mid(data,20,2)
  304.                            if tq(7)<=50 then
  305.                              tq(7)=tq(7)
  306.                              Else
  307.                              tq(7)=50-tq(7)
  308.                             End if                
  309.     
  310.                         Response.Write("╡═╬┬"&tq(7)&"íµ"&",")
  311.                         tq(8)=mid(data,22,2)
  312.                           if tq(8)<=50 then
  313.                              tq(8)=tq(8)
  314.                              Else
  315.                              tq(8)=50-tq(8)
  316.                             End if    
  317.     
  318.                         Response.Write("╕▀╬┬"&tq(8)&"íµ"&"<br>")
  319.                         tq(9)=mid(data,26,2)
  320.                          for y1=0 to 31
  321.        
  322.                           t2=tqxxArray(y1)
  323.                             if t2=tq(9) then
  324.                              y3=y1
  325.                             tq(9)=htqxxArray(y3)
  326.                           Exit for
  327.                           End if
  328.                        Next
  329.  
  330.                         tq(10)=mid(data,28,2)
  331.                          for y1=0 to 31
  332.        
  333.                           t2=tqxxArray(y1)
  334.                             if t2=tq(10) then
  335.                              y3=y1
  336.                             tq(10)=htqxxArray(y3)
  337.                           Exit for
  338.                           End if
  339.                        Next
  340.                        
  341.                        if tq(9)=tq(10) then 
  342.                           tq(9)=tq(9)
  343.                           Else
  344.                           tq(9)=tq(9)+"╫¬"+tq(10)
  345.                           End if
  346.                         Response.Write("<font color=Green>48╨í╩▒╠∞╞°╘ñ▒¿:</font>"&tq(9)&",")
  347.                         
  348.                         tq(11)=mid(data,32,1)
  349.                          for y2=0 to 9
  350.                              t2=fxArray(y2)
  351.                               if t2=tq(11) then
  352.                             y4=y2
  353.                               tq(11)=hfxArray(y4)
  354.                              Exit for
  355.                              End if
  356.                            Next
  357.  
  358.                         tq(12)=mid(data,33,1)
  359.                          for y2=0 to 9
  360.                              t2=fxArray(y2)
  361.                               if t2=tq(12) then
  362.                             y4=y2
  363.                               tq(12)=hfxArray(y4)
  364.                              Exit for
  365.                              End if
  366.                            Next
  367.     
  368.                         tq(13)=mid(data,34,1)
  369.                         for y2=0 to 9
  370.                               t2=fxArray(y2)
  371.                               if t2=tq(13) then
  372.                               y5=y2
  373.                               tq(27)=hflArray(y5)
  374.                              Exit for
  375.                              End if
  376.                            Next
  377.     
  378.                         tq(14)=mid(data,35,1)
  379.                         for y2=0 to 9
  380.                               t2=fxArray(y2)
  381.                               if t2=tq(14) then
  382.                               y5=y2
  383.                               tq(28)=hflArray(y5)
  384.                              Exit for
  385.                              End if
  386.                            Next
  387.                            
  388.                            if tq(11)=tq(12) and tq(27)=tq(28) and tq(11)=tq(27) then 
  389.                               tq(11)=tq(11)
  390.                                ElseIf tq(11)=tq(12) and tq(27)=tq(28) and tq(11)<>tq(27) then 
  391.                                 tq(11)=tq(11)+tq(27)
  392.                                 ElseIf tq(11)=tq(12) and tq(13)>tq(14) then 
  393.                                  tq(11)=tq(11)+tq(27)+"╝⌡╚⌡╬¬" +tq(28)
  394.                                  ElseIf tq(11)=tq(12) and tq(13)<tq(14) then 
  395.                                  tq(11)=tq(11)+tq(27)+"╘÷╟┐╡╜" +tq(28)
  396.                                  ElseIf tq(11)<>tq(12) and tq(11)="╬ó╖τ" then 
  397.                                  tq(11)=tq(12)+tq(28) 
  398.                                  ElseIf tq(11)<>tq(12) and tq(12)="╬ó╖τ" then 
  399.                                  tq(11)=tq(11)+tq(27) 
  400.                                  ElseIf tq(11)<>tq(12) and tq(13)=tq(14) then 
  401.                                  tq(11)=tq(11)+"╫¬"+tq(12)+tq(27) 
  402.                                   ElseIf tq(11)<>tq(12) and tq(13)<>tq(14) then
  403.                                    tq(11)=tq(11)+tq(27) +"╫¬"+tq(12)+tq(28)
  404.                                    Else 
  405.                                     tq(11)=""
  406.                              End if
  407.     
  408.                         Response.Write(tq(11)&",")
  409.                         
  410.                         tq(15)=mid(data,38,2)
  411.                         if tq(15)<=50 then
  412.                         tq(15)=tq(15)
  413.                         Else
  414.                          tq(15)=50-tq(15)
  415.                         End if
  416.                         
  417.     
  418.                         Response.Write("╡═╬┬"&tq(15)&"íµ"&",")
  419.                         tq(16)=mid(data,40,2)
  420.                         if tq(16)<=50 then
  421.                         tq(16)=tq(16)
  422.                         Else
  423.                          tq(16)=50-tq(16)
  424.                         End if
  425.     
  426.                         Response.Write("╕▀╬┬"&tq(16)&"íµ"&"<br>")
  427.                         tq(17)=mid(data,44,2)
  428.                          for y1=0 to 31
  429.        
  430.                           t2=tqxxArray(y1)
  431.                             if t2=tq(17) then
  432.                              y3=y1
  433.                             tq(17)=htqxxArray(y3)
  434.                           Exit for
  435.                           End if
  436.                        Next
  437.     
  438.                         tq(18)=mid(data,46,2)
  439.                          for y1=0 to 31
  440.                              t2=tqxxArray(y1)
  441.                             if t2=tq(18) then
  442.                              y3=y1
  443.                             tq(18)=htqxxArray(y3)
  444.                           Exit for
  445.                           End if
  446.                        Next
  447.                        
  448.                         if tq(17)=tq(18) then 
  449.                           tq(17)=tq(17)
  450.                           Else
  451.                           tq(17)=tq(17)+"╫¬"+tq(18)
  452.                           End if
  453.  
  454.                         Response.Write("<font color=Green>72╨í╩▒╠∞╞°╘ñ▒¿:</font>"&tq(17)&",")
  455.                         
  456.                         tq(19)=mid(data,50,1)
  457.                         for y2=0 to 9
  458.                              t2=fxArray(y2)
  459.                               if t2=tq(19) then
  460.                             y4=y2
  461.                               tq(19)=hfxArray(y4)
  462.                              Exit for
  463.                              End if
  464.                            Next
  465.         
  466.                         tq(20)=mid(data,51,1)
  467.                         for y2=0 to 9
  468.                              t2=fxArray(y2)
  469.                               if t2=tq(20) then
  470.                             y4=y2
  471.                               tq(20)=hfxArray(y4)
  472.                              Exit for
  473.                              End if
  474.                            Next
  475.         
  476.                         tq(21)=mid(data,52,1)
  477.                         for y2=0 to 9
  478.                               t2=fxArray(y2)
  479.                               if t2=tq(21) then
  480.                               y5=y2
  481.                               tq(29)=hflArray(y5)
  482.                              Exit for
  483.                              End if
  484.                            Next
  485.  
  486.                         tq(22)=mid(data,53,1)
  487.                         for y2=0 to 9
  488.                               t2=fxArray(y2)
  489.                               if t2=tq(22) then
  490.                               y5=y2
  491.                               tq(30)=hflArray(y5)
  492.                              Exit for
  493.                              End if
  494.                            Next
  495.                            
  496.                            if tq(19)=tq(20) and tq(29)=tq(30) and tq(19)=tq(29) then 
  497.                               tq(19)=tq(19)
  498.                                ElseIf tq(19)=tq(20) and tq(29)=tq(30) and tq(19)<>tq(29) then 
  499.                                 tq(19)=tq(19)+tq(29)
  500.                                 ElseIf tq(19)=tq(20) and tq(21)>tq(22) then 
  501.                                  tq(19)=tq(19)+tq(29)+"╝⌡╚⌡╬¬" +tq(30)
  502.                                  ElseIf tq(19)=tq(20) and tq(21)<tq(22) then 
  503.                                  tq(19)=tq(19)+tq(29)+"╘÷╟┐╡╜" +tq(30)
  504.                                  ElseIf tq(19)<>tq(20) and tq(19)="╬ó╖τ" then 
  505.                                  tq(19)=tq(20)+tq(30) 
  506.                                  ElseIf tq(19)<>tq(20) and tq(20)="╬ó╖τ" then 
  507.                                  tq(19)=tq(19)+tq(29) 
  508.                                  ElseIf tq(19)<>tq(20) and tq(21)=tq(22) then 
  509.                                  tq(19)=tq(19)+"╫¬"+tq(20)+tq(29) 
  510.                                   ElseIf tq(19)<>tq(20) and tq(13)<>tq(14) then
  511.                                    tq(19)=tq(19)+tq(29) +"╫¬"+tq(20)+tq(30)
  512.                                    Else 
  513.                                     tq(19)=""
  514.                              End if
  515.         
  516.                         Response.Write(tq(19)&",")
  517.                         tq(23)=mid(data,56,2)
  518.                          if tq(23)<=50 then
  519.                           tq(23)=tq(23)
  520.                           Else
  521.                           tq(23)=50-tq(23)
  522.                          End if
  523.             
  524.                         Response.Write("╡═╬┬"&tq(23)&"íµ"&",")
  525.                         tq(24)=mid(data,58,2)
  526.                         if tq(24)<=50 then
  527.                         tq(24)=tq(24)
  528.                         Else
  529.                          tq(24)=50-tq(24)
  530.                         End if
  531.         
  532.                         Response.Write("╕▀╬┬"&tq(24)&"íµ"&"<br>")
  533.                         
  534. 'dim Conn
  535. '  Conn="Provider=Microsoft.Jet.OLEDB.4.0;Data Source="&Server.MapPath("data/data.mdb")
  536. 'dim Rs,Sql 
  537. 'set Rs=server.CreateObject("adodb.recordset")
  538. 'Sql="[yubao]"
  539. 'Rs.open Sql,Conn,1,3
  540.  
  541. Rs.addnew
  542. Rs("shq")=qh
  543. Rs("zhd")=tq(0)
  544. Rs("24tqxx")=tq(1)
  545. Rs("24fxfs")=tq(3)
  546. Rs("24dw")=tq(7)
  547. Rs("24gw")=tq(8)
  548. Rs("48tqxx")=tq(9)
  549. Rs("48fxfs")=tq(11)
  550. Rs("48dw")=tq(15)
  551. Rs("48gw")=tq(16)
  552. Rs("72tqxx")=tq(17)
  553. Rs("72fxfs")=tq(19)
  554. Rs("72dw")=tq(23)
  555. Rs("72gw")=tq(24)
  556. Rs.update
  557. ''Conn.close
  558. 'Rs.close
  559. 'set conn=nothing
  560.  
  561.                                                 
  562.                        End if'╚τ╣√▒¿╬─│ñ╢╚▓╗╣╗╛═╔╛╚Ñ
  563.                      End if'╚τ╣√▒¿╬─╡┌╥╗╕÷5▓╗╩╟╘┌3ú¼4╬╗╓├╛═╔╛╚Ñ 
  564.                     next'╡╚║┼╜ß╩°
  565.         
  566.          End if'┤°CC*╡─▒¿╬─╛═╔╛╚Ñ
  567.        end if'▓╗┤°fsci40╡─▒¿╬─╛═╔╛╚Ñ 
  568.      end if'╚τ╣√fdz=0╛═╔╛╚Ñ┤╦▒¿╬─
  569.    next'
  570. 'Conn.close
  571. Rs.close
  572. set conn=nothing
  573.  %>