Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.1k views
in Technique[技术] by (71.8m points)

ios - Web Scraping HTML "Elements" with Swift Soup

I am a new iOS developer. I need to create an iOS application that will take a Square e-commerce website that comes from a Weebly template, and display it inside a webView. The pricing information cannot be shown inside the app. My solution is to scrape the website with swiftsoup, which is challenging enough for a newbie like me. After implementing Swift Soup, it displays the website correctly. However, when I want to manipulate the HTML, swiftsoup is only scraping the HTML from the "sources" section, but the HTML i need to access is in the "elements" section.

How do I access this other "elements" HTML document with swiftsoup?

I have included a screenshot of the specific piece of code I need to access. pricing text


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...