ªð¦^¦Cªí ¤W¤@¥DÃD µo©«

[µo°Ý] ¥i§_¥Î°j°é©ÎÅܼƶפJ¤j¶q¸ê®Æ¡H

¦^´_ 15# GBKEE
Sorry¡A­è­èµù¸Ñ¬O¦³¬Ý¤F¡A¤£¹L¤£¤ÓÀ´·N«ä¡A­ì¨Ó¬O­n§â¥ý«e#10ªºµ{¦¡½X©ñ¨ì¼Ò²Õ¤¤¡A¤§«á´N¸Ñ¨M¤F
VBA°õ¦æ¤j¶q°j°é«á¦ü¥G·|¦û¥Î°O¾ÐÅ骺ªÅ¶¡¡A¾É­P°j°éªº°õ¦æ¨ì«á­±·|¶V¨Ó¶VºC¡A¤£ª¾¹D§ÚªºÆ[©À¹ï¤£¹ï
¥Ø«e¥¿¦b·j¯Á¦³ÃöÄÀ©ñ°O¾ÐÅ骺¤å³¹¡A¦A¦¸¤j¤O·PÁÂGBKEE¤j¤j¤£¹½¨ä·Ðªº«ü¾É^^:handshake

TOP

¦^´_ 14# smart3135
µù¸Ñ¦³¦b¬Ý¶Ü? ­n½Æ»s²Ä10#ªº MkDir_Sub µ{¦¡¨ì¼Ò²Õ¤W.
·P®¦ªº¤ß......(¦b³Â»¶®a±Ú°Q½×°Ï.¥Î¤ß¾Ç²ß·|¦³¶i¨Bªº)
¦ý¸ê·½µL­­,«á´©¦³­­,  ¤@¤Ñ1¤¸ªºÃÙ§U,¤H¤H¦³¯à¤O.

TOP

¦^´_ 13# GBKEE
©êºp¡AGBKEE¤j¤j¡A¹Ï¤ù¤¤ªº»yªk¤@¶}©l´N°õ¦æ¿ù»~¡A¤£ª¾¹D¬O§_»yªk¦³»~¡A³o¬q»yªk¯uªº¬Ý¤£À´¡A¦A½Ð±z±Ð¾É¤@¤U¡A·PÁ¡I

TOP

¥»©«³Ì«á¥Ñ GBKEE ©ó 2014-4-24 17:04 ½s¿è

¦^´_ 12# smart3135
  1. Option Explicit
  2. Sub §ì©u·l¯qªí¸ê®Æ()
  3.     Dim E As Integer, URL As String, xPath As String, xFile As String
  4.     Dim Msg As Boolean
  5.     URL = "URL;https://djinfo.cathaysec.com.tw/Z/ZC/ZCQ/ZCQ.DJHTM?A="
  6.     xPath = "C:\©u·l¯qªí"
  7.     With ThisWorkbook
  8.         With .Sheets(1)      '¬¡­¶Ã¯ªº²Ä 1 ±i¤u§@ªí
  9.             If .QueryTables.Count = 0 Then
  10.                 With .QueryTables.Add(Connection:=URL, Destination:=.Range("$A$1"))
  11.                     .Refresh BackgroundQuery:=False
  12.                 End With
  13.             End If
  14.             For E = 1339 To 2330
  15. ER:
  16.                 With .QueryTables(1)
  17.                     If Msg = False Then
  18.                       .Connection = URL & E
  19.                     ElseIf Msg Then
  20.                                   'https://djinfo.cathaysec.com.tw/z/zc/zcq/zcq0_1339_ACC.djhtm   ·l¯qªí(²Ö­p©uªí)
  21.                        .Connection = "URL;https://djinfo.cathaysec.com.tw/z/zc/zcq/zcq0_" & E & "_ACC.djhtm"
  22.                     End If
  23.                     .PreserveFormatting = True
  24.                     .BackgroundQuery = True
  25.                     .RefreshStyle = xlInsertDeleteCells
  26.                     .SaveData = True
  27.                     .AdjustColumnWidth = True
  28.                     .RefreshPeriod = 0
  29.                     .WebSelectionType = xlSpecifiedTables
  30.                     .WebFormatting = xlWebFormattingNone
  31.                     .WebTables = "3"
  32.                     .WebPreFormattedTextToColumns = True
  33.                     .WebConsecutiveDelimitersAsOne = True
  34.                     .Refresh BackgroundQuery:=False
  35.                 End With
  36.                 If InStr(.[A3], "¬dµL") Then Msg = True: GoTo ER
  37.                 If InStr(.[A3], "­ÓªÑ¥N½X¿ù»~") = 0 Then '³oºô­¶¦pªÑ²¼¥N½X¿ù»~·|¶Ç¦^­t¸¹.
  38.                      xFile = xPath & "\" & E & "\ISQ.txt"
  39.                     MkDir_Sub xFile       '10#ªºµ{¦¡ 'C¼Ñ¤Uªº©u·l¯qªí¸ê®Æ§¨¤£»Ý¥ý«Ø¥ß
  40.                     Maketxt xFile, .QueryTables(1)
  41.                 End If
  42.                 Msg = False
  43.             Next
  44.         End With
  45.     End With
  46. End Sub
½Æ»s¥N½X
·P®¦ªº¤ß......(¦b³Â»¶®a±Ú°Q½×°Ï.¥Î¤ß¾Ç²ß·|¦³¶i¨Bªº)
¦ý¸ê·½µL­­,«á´©¦³­­,  ¤@¤Ñ1¤¸ªºÃÙ§U,¤H¤H¦³¯à¤O.

TOP

¥»©«³Ì«á¥Ñ smart3135 ©ó 2014-4-24 13:43 ½s¿è
¦^´_  smart3135
¸Õ¸Õ¬Ý
GBKEE µoªí©ó 2014-4-24 09:07


©I¡Iªá¤FÂI®É¶¡ºCºC¬ã¨s¤@­Ó­Óµ{¦¡½Xªº·N«ä¤Î»yªk¡A¦A±NGBKEEª©¤j´£¨Ñªºµ{¦¡½Xµy°µ­×§ï¡A²×©ó§¹¦¨¤F¡I²{¦b¥u­n°õ¦æVBA´N¯à±N§Ú­nªºISQ.TXTÀÉ©ñ¦b
°j°éÅܼÆE©Ò²£¥Íªº¸ê®Æ§¨¤U¡A¤]´N¬OC:\©u·l¯qªí\1101\¡BC:\©u·l¯qªí\1102\¡A°ß¤@­nª`·Nªº¬OC¼Ñ¤Uªº©u·l¯qªí¸ê®Æ§¨¤@©w­n¦Û¤v¥ý«Ø¥ß¡A§_«h°õ¦æµ{¦¡®É·|¥X¿ù
²{¦b´N¥u³Ñ¤U¤W¤@½g´£¥Xªº°ÝÃD¡G·í§ì¨úºô­¶¸ê®Æ®É­YµL¸ê®Æ­n¦p¦ó¸õ¹L©Î¥h§ì¨ú¦³¸ê®Æªººô­¶¥HÁקK¥X¿ù¡A¦A½ÐGBKEE¤j¤j«üÂIÅo¡I·P®¦¡I
  1. Option Explicit
  2. Sub §ì©u·l¯qªí¸ê®Æ()
  3.     Dim E As Integer, URL As String, xPath As String, ISQ As String
  4.     URL = "URL;https://djinfo.cathaysec.com.tw/Z/ZC/ZCQ/ZCQ.DJHTM?A="
  5.     For E = 1101 To 2330
  6.         xPath = "C:\" & "©u·l¯qªí" & "\" & E & "\"
  7.         '¦sÀɸô®|¬OC:\E\XYZ.TXT, «Øij§ï¬° C:\©u·l¯qªí\1101.txt
  8.         With ThisWorkbook
  9.            ' If .Sheets.Count = 1 Then .Sheets.Add  '°t¦XŪ¨útxtÀɨì¤u§@ªí®É¥²¶·¦³2±i¤u§@ªí
  10.             With .Sheets(1)   '¬¡­¶Ã¯ªº²Ä 1 ±i¤u§@ªí
  11.                 If .QueryTables.Count = 0 Then
  12.                     With .QueryTables.Add(Connection:=URL, Destination:=.Range("$A$1"))
  13.                         .Refresh BackgroundQuery:=False
  14.                     End With
  15.                 End If
  16.                     With .QueryTables(1)
  17.                         .Connection = URL & E
  18.                         .PreserveFormatting = True
  19.                         .BackgroundQuery = True
  20.                         .RefreshStyle = xlInsertDeleteCells
  21.                         .SaveData = True
  22.                         .AdjustColumnWidth = True
  23.                         .RefreshPeriod = 0
  24.                         .WebSelectionType = xlSpecifiedTables
  25.                         .WebFormatting = xlWebFormattingNone
  26.                         .WebTables = "3"
  27.                         .WebPreFormattedTextToColumns = True
  28.                         .WebConsecutiveDelimitersAsOne = True
  29.                         .Refresh BackgroundQuery:=False
  30.                     End With
  31.                     If .[A1] <> -E Then  '³oºô­¶¦pªÑ²¼¥N½X¿ù»~·|¶Ç¦^­t¸¹.
  32.                         If Dir(xPath, vbDirectory) = "" Then MkDir xPath '¥Ø¿ý¤£¦s¦b«h·s¼x¼W¦¹¥Ø¿ý
  33.                         Maketxt xPath & "ISQ.TXT", .QueryTables(1)
  34.                         'Redalltxt xPath & "\" & E & ".TXT"  'Ū¨útxtÀɨì¤u§@ªí
  35.                     End If
  36.                
  37.             End With
  38.         End With
  39.     Next
  40. End Sub
  41. Sub Maketxt(xF As String, Q As QueryTable)   '±N¶×¤J¸ê®Æ¦s¤J«ü©wªºtxt
  42.     Dim fs As Object, E As Range, C As Variant
  43.     Set fs = CreateObject("Scripting.FileSystemObject")
  44.     Set fs = fs.CreateTextFile(xF, True)  '³Ð¨£¤@­ÓÀÉ®×,¦pÀɮצs¦b¥iÂл\±¼
  45.     For Each E In Q.ResultRange.Rows
  46.         C = Application.Transpose(Application.Transpose(E.Value))
  47.         C = Join(C, vbTab)
  48.         fs.WriteLine C
  49.     Next
  50.     fs.Close
  51. End Sub
  52. Sub Redalltxt(xF As String)   '
  53.     Dim fs As Object, E, D As New DataObject
  54.     'DataObject ª«¥ó ¦b¶i¦æÂà´«°Ê§@®É¡A°µ¬°®æ¦¡¤Æ¤å¦r¸ê®Æªº¼È¦s°Ï°ì¡C¨ä¤]¥i¥H¼È¦s©MÀx¦s¦b DataObject ªº¤å¦r¤ù¬q¬ÛÃöªº®æ¦¡¡C
  55.     '«Å§i Dim D As New DataObject '¶·¦b¤u¨ã-> ³]©w¤Þ¥Î¶µ¥Ø¥[¤J ·s¼W¤Þ¥Î Microsoft Forms 2.0 Object Library ,±M®× ¥[¤J¤@ªí³æ§Y¥i
  56.     Set fs = CreateObject("Scripting.FileSystemObject")
  57.     Set fs = fs.OpenTextFile(xF, 1)
  58.      E = fs.readall
  59.     fs.Close
  60.     With D
  61.         .SetText E
  62.         .PutInClipboard
  63.         With Sheets(2)
  64.             .UsedRange.Clear
  65.             .Activate
  66.             .Range("A1").Select
  67.             .PasteSpecial Format:="Unicode ¤å¦r"
  68.             .Cells.Font.Size = 12
  69.             .Cells.Font.Bold = False
  70.             .Cells.EntireColumn.AutoFit
  71.         End With
  72.     End With
  73. End Sub
  74. Sub Set_FormDLL()   '·s¼W¤Þ¥Î Microsoft Forms 2.0 Object Library
  75.     On Error Resume Next
  76.     FormDLL = "FM20.DLL"
  77.     ThisWorkbook.VBProject.References.AddFromFile "C:\windows\system32\" & FormDLL
  78. '2003ª©ªº¥Ø¿ý¬° C:\windows\system32\ ,§A»Ý­×§ï¦¹¥Ø¿ý
  79. End Sub
½Æ»s¥N½X

TOP

¦^´_ 8# GBKEE
¦A¸É¥R¤@¤U¡A·í§ì¨ú¸ê®Æªººô¯¸¬dµL¸Ó¸ê®Æ®É´N·|¥X¿ù¡A¦]¬°§Úªº³sµ²¬O§ì·l¯q©uªí(¦X¨Ö°]³ø)¡A¦Ó·í­ÓªÑµL¦X¨Ö°]³ø¥i§ì¨ú¸ê®Æ®É´N·|¥X¿ù
¦ý¬d¸ß·l¯qªí(©uªí)¬O¦³¸ê®Æªº¡A¤£ª¾VBAµ{¦¡½X¯à¤£¯à°µ¨ì·í¥D­nºô­¶¸ê®Æ[·l¯q©uªí(¦X¨Ö°]³ø)]§ì¤£¨ì®É´N¥h§ì¦¸­nºô­¶¸ê®Æ[·l¯qªí(©uªí)]


·l¯q©uªí(¦X¨Ö°]³ø0


·l¯qªí(©uªí)

TOP

¥»©«³Ì«á¥Ñ GBKEE ©ó 2014-4-25 05:45 ½s¿è

¦^´_ 9# smart3135
  1. Option Explicit
  2. Sub Ex()
  3.     MkDir_Sub "D:\Test\©u·l¯qªí\1103\ISQ.txt"
  4. End Sub
  5. Sub MkDir_Sub(S As String)
  6.     Dim AR, i As Integer, xPath As String
  7.     If Dir(S) = "" Then
  8.         AR = Split(S, "\")
  9.         '¦pS°Ñ¼Æ©Ò±µ¦¬¦r¦ê="D:\MYSUB\ABC\1101.TXT
  10.         'Split¨ç¼Æ±NS¥H"\"¤À³Î¬°°}¦C
  11.         'AR(0) = "D:"
  12.         'AR(1) = "MYSUB"
  13.         'AR(2) = "ABC"
  14.         'AR(3) = "1101.TXT"
  15.         'UBound(AR)¶Ç¦^AR°}¦Cªº¤W­­¤¸¯À¯Á¤Þ­È,3
  16.         xPath = AR(0)
  17.         For i = 1 To UBound(AR) - 1
  18.             xPath = xPath & "\" & AR(i)
  19.             If Dir(xPath, vbDirectory) = "" Then MkDir xPath
  20.             'MkDir : ³Ð«Ø¥Ø¿ý
  21.         Next
  22.     End If
  23. End Sub
½Æ»s¥N½X
·P®¦ªº¤ß......(¦b³Â»¶®a±Ú°Q½×°Ï.¥Î¤ß¾Ç²ß·|¦³¶i¨Bªº)
¦ý¸ê·½µL­­,«á´©¦³­­,  ¤@¤Ñ1¤¸ªºÃÙ§U,¤H¤H¦³¯à¤O.

TOP

¦^´_ 8# GBKEE
WOW¡AGBKEEª©¥D¯uªº¤Ó¯«¤F¡A¸Ì­±ªº»yªk¦³¦n¦hÁ٬ݤ£À´¡A¥Ø«e¥¿¥Î³v¦æ°õ¦æ¨Ó¤F¸Ñ¡AºCºC®ø¤Æ§l¦¬¡A«Ü·PÁ±zªº¦^µª
¤£¹L¥i¯à§Ú«e­±ªí¹Fªº¤£¬O«Ü²M·¡¡A´N±zªºµ{¦¡½X¨Ó»¡¡A²£¥Íªºµ²ªG·|Åܦ¨¦bC:\©u·l¯qªí\1101.txt¡A1102.txt¡A1103.txt
¤]´N¬O¦bC¼Ñ©u·l¯qªí¸ê®Æ§¨¤U·|²£¥Í¤@­Ó­Ó·Ó­ÓªÑ¥N½X©R¦WªºtxtÀÉ¡A¦ý§Ú§Æ±æ²£¥Íªºµ²ªG¬OC:\©u·l¯qªí\1101\ISQ.txt
C:\©u·l¯qªí\1102\ISQ.txt¡AC:\©u·l¯qªí\1103\ISQ.txt¡A¤]´N¬OtxtÀɦW¬O©T©wªº¡A¥Ñ§Ú¦Û¤v«ü©wÀɦW¡A³o¸Ì¬O¥ý¹w³]ISQ.txt
¦Ó¯àÀHµÛ­ÓªÑ¥N½XÅܰʪº¬O¸ê®Æ§¨¦WºÙ¡A¸ê®Æ§¨­YµLªk¥ÑVBA²£¥Í§Ú¥i¥H¦Û¦æ«Ø¥ß¡A¤£ª¾¹DVBA¦³¨S¦³¿ìªk°µ¨ì³o¼Ëªºµ²ªG
¦A¦¸Àµ½Ð¤j¤j«üÂI°g¬z¡A·PÁ¡I

   

TOP

¥»©«³Ì«á¥Ñ GBKEE ©ó 2014-4-24 09:11 ½s¿è

¦^´_ 7# smart3135
¸Õ¸Õ¬Ý
  1. Option Explicit
  2. Sub §ì©u·l¯qªí¸ê®Æ()
  3.     Dim E As Integer, URL As String, xPath As String
  4.     URL = "URL;https://djinfo.cathaysec.com.tw/Z/ZC/ZCQ/ZCQ.DJHTM?A="
  5.     xPath = "C:\©u·l¯qªí"
  6.     '¦sÀɸô®|¬OC:\E\XYZ.TXT, «Øij§ï¬° C:\©u·l¯qªí\1101.txt
  7.     With ThisWorkbook
  8.        ' If .Sheets.Count = 1 Then .Sheets.Add  '°t¦XŪ¨útxtÀɨì¤u§@ªí®É¥²¶·¦³2±i¤u§@ªí
  9.         With .Sheets(1)   '¬¡­¶Ã¯ªº²Ä 1 ±i¤u§@ªí
  10.             If .QueryTables.Count = 0 Then
  11.                 With .QueryTables.Add(Connection:=URL, Destination:=.Range("$A$1"))
  12.                     .Refresh BackgroundQuery:=False
  13.                 End With
  14.             End If
  15.             For E = 1101 To 2330
  16.                 With .QueryTables(1)
  17.                     .Connection = URL & E
  18.                     .PreserveFormatting = True
  19.                     .BackgroundQuery = True
  20.                     .RefreshStyle = xlInsertDeleteCells
  21.                     .SaveData = True
  22.                     .AdjustColumnWidth = True
  23.                     .RefreshPeriod = 0
  24.                     .WebSelectionType = xlSpecifiedTables
  25.                     .WebFormatting = xlWebFormattingNone
  26.                     .WebTables = "3"
  27.                     .WebPreFormattedTextToColumns = True
  28.                     .WebConsecutiveDelimitersAsOne = True
  29.                     .Refresh BackgroundQuery:=False
  30.                 End With
  31.                 If .[A1] <> -E Then  '³oºô­¶¦pªÑ²¼¥N½X¿ù»~·|¶Ç¦^­t¸¹.
  32.                     If Dir(xPath, vbDirectory) = "" Then MkDir xPath '¥Ø¿ý¤£¦s¦b«h·s¼x¼W¦¹¥Ø¿ý
  33.                     Maketxt xPath & "\" & E & ".TXT", .QueryTables(1)
  34.                     'Redalltxt xPath & "\" & E & ".TXT"  'Ū¨útxtÀɨì¤u§@ªí
  35.                 End If
  36.             Next
  37.         End With
  38.     End With
  39. End Sub
  40. Sub Maketxt(xF As String, Q As QueryTable)   '±N¶×¤J¸ê®Æ¦s¤J«ü©wªºtxt
  41.     Dim fs As Object, E As Range, C As Variant
  42.     Set fs = CreateObject("Scripting.FileSystemObject")
  43.     Set fs = fs.CreateTextFile(xF, True)  '³Ð¨£¤@­ÓÀÉ®×,¦pÀɮצs¦b¥iÂл\±¼
  44.     For Each E In Q.ResultRange.Rows
  45.         C = Application.Transpose(Application.Transpose(E.Value))
  46.         C = Join(C, vbTab)
  47.         fs.WriteLine C
  48.     Next
  49.     fs.Close
  50. End Sub
  51. Sub Redalltxt(xF As String)   '
  52.     Dim fs As Object, E, D As New DataObject
  53.     'DataObject ª«¥ó ¦b¶i¦æÂà´«°Ê§@®É¡A°µ¬°®æ¦¡¤Æ¤å¦r¸ê®Æªº¼È¦s°Ï°ì¡C¨ä¤]¥i¥H¼È¦s©MÀx¦s¦b DataObject ªº¤å¦r¤ù¬q¬ÛÃöªº®æ¦¡¡C
  54.     '«Å§i Dim D As New DataObject '¶·¦b¤u¨ã-> ³]©w¤Þ¥Î¶µ¥Ø¥[¤J ·s¼W¤Þ¥Î Microsoft Forms 2.0 Object Library ,±M®× ¥[¤J¤@ªí³æ§Y¥i
  55.     Set fs = CreateObject("Scripting.FileSystemObject")
  56.     Set fs = fs.OpenTextFile(xF, 1)
  57.      E = fs.readall
  58.     fs.Close
  59.     With D
  60.         .SetText E
  61.         .PutInClipboard
  62.         With Sheets(2)
  63.             .UsedRange.Clear
  64.             .Activate
  65.             .Range("A1").Select
  66.             .PasteSpecial Format:="Unicode ¤å¦r"
  67.             .Cells.Font.Size = 12
  68.             .Cells.Font.Bold = False
  69.             .Cells.EntireColumn.AutoFit
  70.         End With
  71.     End With
  72. End Sub
  73. Sub Set_FormDLL()   '·s¼W¤Þ¥Î Microsoft Forms 2.0 Object Library
  74.     On Error Resume Next
  75.     FormDLL = "FM20.DLL"
  76.     ThisWorkbook.VBProject.References.AddFromFile "C:\windows\system32\" & FormDLL
  77. '2003ª©ªº¥Ø¿ý¬° C:\windows\system32\ ,§A»Ý­×§ï¦¹¥Ø¿ý
  78. End Sub
½Æ»s¥N½X
·P®¦ªº¤ß......(¦b³Â»¶®a±Ú°Q½×°Ï.¥Î¤ß¾Ç²ß·|¦³¶i¨Bªº)
¦ý¸ê·½µL­­,«á´©¦³­­,  ¤@¤Ñ1¤¸ªºÃÙ§U,¤H¤H¦³¯à¤O.

TOP

¦^´_ 6# GBKEE
·PÁª©¥Dªº¦^µª¡A¥t¥~·Q¦A½Ð±Ð¤@­Ó°ÝÃD¡A¤£ª¾¹DVBA¦³¨S¦³¿ìªk±N§Ú§ì¨ú¤U¨Óªº¸ê®Æ¶K¨ì°O¨Æ¥»¦A¦Û°Ê¦sÀÉ
¤§«e¦³À|¸Õ¹L¡A¦ýEXCEL VBA¦ü¥G¨Sªk±±¨îEXCEL¥H¥~ªº³nÅé©Îµ{¦¡¡A«á¨Ó§Ú¬O¨Ï¥ÎEXCEL¥t¦s·sÀɤ¤ªº¦s¦¨
¤å¦rÀÉ(tab¦r¤¸¤À¹j)(*txt)¡A³o¼Ë¥i¥H¦s¦¨¤å¦rÀÉ¡A¤£¹L¤£ª¾¹D¦sÀɪº¸ô®|¸ê®Æ§¨¦³¨S¦³¿ì¥Î¥ý«e°µ¥X°j°éªºÅܼÆE¨Ó«ü©w
¨Ò¦p¡G§Ú·Q±N§ì¨ú¤U¨Óªº1101©u·l¯qªí¥ý©ñ¨ìsheet(1)¡A¦A¥t¦s¦¨XYZ.TXT¡A¦sÀɸô®|¬OC:\E\XYZ.TXT
¨ä¤¤E´N¬O§Ú§Æ±æ¯àÀHµÛ§ì¨úªºªÑ²¼¥N¸¹¤@°_ÅܧóªºÅܼơA¤]´N¬O­Y§ì¨úªº¸ê®Æ¬O1101¡A¨º»ò¦sÀɸô®|´N¬OC:\1101\XYZ.TXT
¦sÀɸô®|¸ê®Æ§¨­YVBA¦³¿ìªk§Q¥Îµ{¦¡½X·s¼W·íµM³Ì¦n¡A¦pªG¨S¿ìªkªº¸Ü§Ú¥i¥H¦Û¤v«Ø¥ß¡A§¹¦¨«á±N1101©u·l¯qªíªº¤u§@ªí§R°£¡A
¦A·s¼W¤U¤@­Ó1102©u·l¯qªíªº¤u§@ªí¡A¦A­«ÂФW­zªº°Ê§@¡A°ÝÃD¦³ÂI¦h¡A§Æ±æ§Úªí¹Fªº·N«ä¤£·|¤ÓÃøÀ´¡A¦A³Â·Ð¤j¤jÅo¡I·PÁ¡I

TOP

        ÀR«ä¦Û¦b : §Ñ¥\¤£§Ñ¹L¡A§Ñ«è¤£§Ñ®¦¡C
ªð¦^¦Cªí ¤W¤@¥DÃD