- ©«¤l
- 549
- ¥DÃD
- 152
- ºëµØ
- 0
- ¿n¤À
- 691
- ÂI¦W
- 0
- §@·~¨t²Î
- WIN7
- ³nÅ骩¥»
- OFFICE 2010
- ¾\ŪÅv
- 50
- ©Ê§O
- ¨k
- µù¥U®É¶¡
- 2013-8-10
- ³Ì«áµn¿ý
- 2022-9-7
 
|
- Sub test()
- 'PS:n¦Û¤v¥ý¥Îie¶}±Òhttps://www.pinkoi.com/ºô§}
- '¨Ã¥B¥ÎFBÂI¿ïµn¤J,¤£µM¤U¦C»yªk±N·|§ä¤£¨ì¶Ç°e°T®§ªº³¡¤À,n¦³µn¤J¤~¥i¶Ç°e°T®§µ¹§O¤H
- Set IE = CreateObject("InternetExplorer.Application")
- IE.Visible = True
- IE.Navigate "https://www.pinkoi.com/user/testpkko"
- Do While IE.Busy Or IE.readyState <> 4: DoEvents: Loop
- With IE.Document
- i = 0: On Error Resume Next
- For Each E In .GetElementsByTagName("A")
- A = E.Text
- If CStr(A) = "¶Ç°e°T®§" Then
- E.Click '³oÃä©I¥s¥X¶Ç°e°T®§ªºµøµ¡
- 'n¦p¦ó±±¨î¸Óµøµ¡¿é¤J¥D¦®+¤º¤å+¿ï¾ÜÀɮשO?
-
- Call WEB_DETAIL(IE) '§Ú¥Îºô¶¤¸¯Àªº³¡¤ÀµLªk¬d¤£¥X¬ÛÃö¸ê°T
- End If
- Next
- End With
- End Sub
½Æ»s¥N½X- Sub WEB_DETAIL(IE)
- With IE
- Do While .Busy Or .readyState <> 4: DoEvents: Loop
- With .Document
- i = 0: On Error Resume Next
- For Each E In .ALL
- i = i + 1
- Cells(i, "a") = E.tagname
- Cells(i, "b") = E.ID
- Cells(i, "c") = E.Name
- Cells(i, "d") = E.Value
- Cells(i, "e") = E.innertext
- Cells(i, "f") = E.Type
- Cells(i, "g") = E.href
- Cells(i, "H") = E.Text
- Next
- End With
- End With
- End Sub
½Æ»s¥N½X |
|