Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 viewDidLoad 中分配和初始化 UIWebView,我在 viewDidAppear 中加载 webview。
所以我想通过单击按钮来清除 UIWebView 的内容。
[_webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"about:blank"]]];
在按钮单击时加载空白。