티스토리 뷰

마침내 효과가 있었던 것은 다음과 같습니다.

Dim findclasses = doc.DocumentNode.Descendants("span").Where(Function(d) d.Attributes.Contains("class") AndAlso d.Attributes("class").Value.Contains("st"))


        For Each f In findclasses
                    MessageBox.Show(f.InnerText)
                            Next
                            


출처
https://stackoverflow.com/questions/39949989
댓글
공지사항
Total
Today
Yesterday
«   2025/09   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30