suchen

Heim  >  Fragen und Antworten  >  Hauptteil

html5 - 用localStorage做webapp的缓存,如何解决更新的问题?

PHP中文网PHP中文网2767 Tage vor579

Antworte allen(2)Ich werde antworten

  • 阿神

    阿神2017-04-17 13:21:49

    既然客户端能收到你的应用程序的更新,就保证了其在联网状态,
    哪就可以在更新程序的同时,更新localstorage里的内容啊

    Antwort
    0
  • 黄舟

    黄舟2017-04-17 13:21:49

    可以在localstorage中设置一个类似版本信息的标志,每次联网通过标志位决定是否需要更新localstorage

    Antwort
    0
  • StornierenAntwort