Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的 php 页面中创建一个按钮,它可以将数据库从 localhost 同步和更新到服务器和服务器到 localhost。本地主机拥有自己的用户 ID 和密码。我的意思是,如果互联网不工作,他们可以离线更新他们的数据库,当有互联网时,他们可以在服务器中更新他们的数据库,同时从服务器更新的数据库也应该在 localhost 中更新。
localStorage您应该在浏览器离线时尝试使用:
localStorage
稍后您应该在浏览器再次建立 Internet 连接后使用 AJAX,这样您就可以将localStorage内容发送到您的服务器: