recherche

Maison  >  Questions et réponses  >  le corps du texte

objective-c - UIWebview缓存问题

是这样的,UIWebview 加载了一个request之后会缓存这个request,之后即使是没网 也会去加载request中的url,这种情况下webView的代理事件会在finish中结束 而不是failed。因为我想在failed代理事件中做些提醒事件,所以想每次清除掉webview的缓存,大家只要告诉我靠谱的清除缓存方法就可以了。。ps:网上的方法都没有用,如:NSURLCache.sharedURLCache().removeAllCachedResponses()

而且,由于加载这个url是h5 内部的处理,我无法在webview中去reload url,so,我只能清除缓存了= = 求大神T T

PHP中文网PHP中文网2808 Il y a quelques jours539

répondre à tous(1)je répondrai

  • 淡淡烟草味

    淡淡烟草味2017-05-02 09:24:39

    Vous pouvez essayer d'utiliser
    + (instancetype)requestWithURL:(NSURL *)URL cachePolicy:(NSURLRequestCachePolicy)cachePolicy timeoutInterval:(NSTimeInterval)timeoutInterval;

    et utilisez le paramètre NSURLRequestReloadIgnoringLocalCacheData.

    Si vous avez encore des questions, vous pouvez commenter ma réponse.

    répondre
    0
  • Annulerrépondre