티스토리 뷰
마침내 효과가 있었던 것은 다음과 같습니다.
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
댓글