NSURLRequestReloadIgnoringCacheData uiwebView 清除缓存不起作用
[self.mainWebView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:urlStr] cachePolicy:NSURLRequestReloadIgnoringCacheData timeoutInterval:5.0]];
找了无数种方法 都不能做到实时性 这就是写代码的习惯不好造成的问题 界面退出的时候没有释放 内存释放的问题 没有走dealloc

浙公网安备 33010602011771号