UIWebView

下面这四个方法是网页的四个动作

webview.stopLoading()
webview.reload()
webview.goBack()
webview.goForward()```

你可能感兴趣的:(UIWebView)