How to load part of HTML from URL even after clicking event?
问题 I have wrote some code to load all html from url and parse it to remove header. So I got the rest of the html under header to show. However, after clicking event in the body html, the screen shows full html from the URL. Is there any solution for this? or Did I make a mistake to approach this problem? The code I made is below import UIKit import Fuzi class ViewController: UIViewController { @IBOutlet weak var webView: UIWebView! override func viewDidLoad() { super.viewDidLoad() let