[vb.net] 클래스 이름으로 모든 범위를 가져 오시겠습니까?
마침내 효과가 있었던 것은 다음과 같습니다. 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
카테고리 없음
2021. 2. 24. 21:02