方法一:
[webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"about:blank"]]];
方法二
if([webView isLoading]){
[webView stopLoading];
}
方法一:
[webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"about:blank"]]];
方法二
if([webView isLoading]){
[webView stopLoading];
}
相关文章: