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